Html Css Color HEX #F19412 Carrot Orange

📋 copy color: '#F19412'

red 241 ◦ green 148 ◦ blue 18

#F19412
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carrot Orange #F19412

Tints of Carrot Orange #F19412

RGB

 RED value IS 241 (94.53% from 255) = 59.21%

 GREEN value IS 148 (58.2% from 255) = 36.36%

 BLUE value IS 18 (7.42% from 255) = 4.42%

R = 59.21%
G = 36.36%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F19412 (or 0xF19412) is known color: Carrot Orange. HEX triplet: F1, 94 and 12. RGB value is (241,148,18). Sum of RGB (Red+Green+Blue) = 241+148+18=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 18 (7.42% from 255 or 4.42% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F19412 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19412 is #0E6BED. Grayscale: #A1A1A1. Windows color (decimal): -945134 or 1217777. OLE color: 1217777.

HSL color Cylindrical-coordinate representation of color #F19412: hue angle of 34.98º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F19412 is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 148 18 -
CMYK 0 0.39 0.93 0.05
HSL 34.98º 0.89% 0.51% -
HSV(B) 34.98º 0.93% 0.95% -
XYZ 46.97 39.92 5.8 -
YUV 160.99 47.31 185.07 -
System Red Green Blue C M Y K H S L
Decimal 241 148 18 0 0.39 0.93 0.05 34.98 0.89 0.51
Hex F1 94 12 0 27 5D 5 23 59 33
Octal 361 224 22 0 47 135 5 43 131 63
Binary 11110001 10010100 10010 0 100111 1011101 101 100011 1011001 110011

Color Harmonies of #F19412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19412

Black with #F19412

Text Example


Text Example

White with #F19412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19412; }

 p { color: rgb(241,148,18); }

 H1.HeaderClassName
 {
   color: #F19412;
 }
 .AnyTagClassName
 {
   color: #F19412;
 }
</style>

background-color css

<style>
 a { background-color: #F19412; }

 a { background-color: rgb(241,148,18); }

 div.DivClassName
 {
   background-color: #F19412;
 }
 .BgClassName
 {
   background-color: #F19412;
 }
</style>

border-color css

<style>
 span { border-color: #F19412; }

 span { border-color: rgb(241,148,18); }

 td.TdClassName
 {
   border-color: #F19412;
 }
 .TagClassName
 {
   border-color: #F19412;
 }
</style>