color codes Logo

#f1823b color codes

#F1823B
(241,130,59)
0 Favorites   0 Comments

Color spaces of #f1823b

RGB 24113059
HSL0.070.870.59
HSV23°76°95°
CMYK 0.000.460.76   0.05
XYZ45.047734.98188.5156
Yxy34.98180.50880.3951
Hunter Lab59.145432.448832.8654
CIE-Lab65.734537.531755.3922

#f1823b color RGB value is (241,130,59).

#f1823b hex color red value is 241, green value is 130 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #f1823b hue: 0.07 , saturation: 0.87 and the lightness value of f1823b is 0.59.

The process color (four color CMYK) of #f1823b color code is 0.00, 0.46, 0.76, 0.05. Web safe color of #f1823b is #ff9933. Color #f1823b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110001 10000010 00111011
Octal 361 202 73
Decimal 241 130 59
Hex F1 82 3B

RGB Percentages of Color #f1823b

%56.05
%30.23
%13.72

CMYK Percentages of Color #f1823b

%0
%46
%76
%5

Triadic Colors of #f1823b

#f1823b #3bf182 #823bf1

Analogous Colors of #f1823b

#f1823b #f1dd3b #f13b4f

Monochromatic Colors of #f1823b

#f1823b

Complementary Color

#f1823b #3baaf1

#f1823b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f1823b Color Preview on White Background

Lorem ipsum dolor sit amet.

#f1823b Color CSS Codes

.mybgcolor {background-color:#f1823b; } 
.myforecolor {color:#f1823b; }
.mybordercolor {border:3px solid #f1823b; }

#f1823b Text Font Color

<p style="color:#f1823b">Text here</p>

This sample text font color is #f1823b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#f1823b Background Color

<div style="background-color:#f1823b">
Div content here</div>

This div background color is #f1823b


#f1823b Border Color

<div style="border:3px solid #f1823b">
Div here</div>

This div border color is #f1823b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(241,130,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f1823b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f1823b;
  -webkit-box-shadow: 1px 1px 3px 2px #f1823b;
  box-shadow:         1px 1px 3px 2px #f1823b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(241,130,59, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #f1823b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #f1823b;
  -webkit-box-shadow: 1px 1px 3px 2px #f1823b;
  box-shadow:         1px 1px 3px 2px #f1823b;">
Div content here</div>

This div box has shadow with color #f1823b

#f1823b Color Palettes


Comments

No comments written yet.

Please login to write comment.