Html Css Color HEX #F19212 Carrot Orange

📋 copy color: '#F19212'

red 241 ◦ green 146 ◦ blue 18

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

Shades of Carrot Orange #F19212

Tints of Carrot Orange #F19212

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.05%

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

R = 59.51%
G = 36.05%
B = 4.44%

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

#F19212 (or 0xF19212) is known color: Carrot Orange. HEX triplet: F1, 92 and 12. RGB value is (241,146,18). Sum of RGB (Red+Green+Blue) = 241+146+18=405 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.51% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 18 (7.42% from 255 or 4.44% from 405); Max value from RGB is 241 - color contains mainly: red. Hex color #F19212 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19212 is #0E6DED. Grayscale: #A0A0A0. Windows color (decimal): -945646 or 1217265. OLE color: 1217265.

HSL color Cylindrical-coordinate representation of color #F19212: hue angle of 34.44º 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 #F19212 is Cyan = 0, Magento = 0.39, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 146 18 -
CMYK 0 0.39 0.93 0.05
HSL 34.44º 0.89% 0.51% -
HSV(B) 34.44º 0.93% 0.95% -
XYZ 46.66 39.3 5.7 -
YUV 159.81 47.97 185.91 -
System Red Green Blue C M Y K H S L
Decimal 241 146 18 0 0.39 0.93 0.05 34.44 0.89 0.51
Hex F1 92 12 0 27 5D 5 22 59 33
Octal 361 222 22 0 47 135 5 42 131 63
Binary 11110001 10010010 10010 0 100111 1011101 101 100010 1011001 110011

Color Harmonies of #F19212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19212

Black with #F19212

Text Example


Text Example

White with #F19212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19212; }

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

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

background-color css

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

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

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

border-color css

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

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

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