Html Css Color HEX #F19010 Carrot Orange

📋 copy color: '#F19010'

red 241 ◦ green 144 ◦ blue 16

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

Shades of Carrot Orange #F19010

Tints of Carrot Orange #F19010

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.91%

 BLUE value IS 16 (6.64% from 255) = 3.99%

R = 60.1%
G = 35.91%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#F19010 (or 0xF19010) is known color: Carrot Orange. HEX triplet: F1, 90 and 10. RGB value is (241,144,16). Sum of RGB (Red+Green+Blue) = 241+144+16=401 (53% of max value = 765). Red value is 241 (94.53% from 255 or 60.10% from 401); Green value is 144 (56.64% from 255 or 35.91% from 401); Blue value is 16 (6.64% from 255 or 3.99% from 401); Max value from RGB is 241 - color contains mainly: red. Hex color #F19010 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19010 is #0E6FEF. Grayscale: #9F9F9F. Windows color (decimal): -946160 or 1085681. OLE color: 1085681.

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

Color convert

RGB 241 144 16 -
CMYK 0 0.40 0.93 0.05
HSL 34.13º 0.89% 0.5% -
HSV(B) 34.13º 0.93% 0.95% -
XYZ 46.34 38.68 5.51 -
YUV 158.41 47.64 186.91 -
System Red Green Blue C M Y K H S L
Decimal 241 144 16 0 0.40 0.93 0.05 34.13 0.89 0.5
Hex F1 90 10 0 28 5D 5 22 59 32
Octal 361 220 20 0 50 135 5 42 131 62
Binary 11110001 10010000 10000 0 101000 1011101 101 100010 1011001 110010

Color Harmonies of #F19010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19010

Black with #F19010

Text Example


Text Example

White with #F19010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19010; }

 p { color: rgb(241,144,16); }

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

background-color css

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

 a { background-color: rgb(241,144,16); }

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

border-color css

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

 span { border-color: rgb(241,144,16); }

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