Html Css Color HEX #F19211 Carrot Orange

📋 copy color: '#F19211'

red 241 ◦ green 146 ◦ blue 17

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

Shades of Carrot Orange #F19211

Tints of Carrot Orange #F19211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.21%

R = 59.65%
G = 36.14%
B = 4.21%

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

#F19211 (or 0xF19211) is known color: Carrot Orange. HEX triplet: F1, 92 and 11. RGB value is (241,146,17). Sum of RGB (Red+Green+Blue) = 241+146+17=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 17 (7.03% from 255 or 4.21% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F19211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19211 is #0E6DEE. Grayscale: #A0A0A0. Windows color (decimal): -945647 or 1151729. OLE color: 1151729.

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

Color convert

RGB 241 146 17 -
CMYK 0 0.39 0.93 0.05
HSL 34.55º 0.89% 0.51% -
HSV(B) 34.55º 0.93% 0.95% -
XYZ 46.66 39.3 5.66 -
YUV 159.7 47.47 185.99 -
System Red Green Blue C M Y K H S L
Decimal 241 146 17 0 0.39 0.93 0.05 34.55 0.89 0.51
Hex F1 92 11 0 27 5D 5 23 59 33
Octal 361 222 21 0 47 135 5 43 131 63
Binary 11110001 10010010 10001 0 100111 1011101 101 100011 1011001 110011

Color Harmonies of #F19211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19211

Black with #F19211

Text Example


Text Example

White with #F19211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19211; }

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

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

background-color css

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

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

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

border-color css

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

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

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