Html Css Color HEX #F09113 Carrot Orange

📋 copy color: '#F09113'

red 240 ◦ green 145 ◦ blue 19

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

Shades of Carrot Orange #F09113

Tints of Carrot Orange #F09113

RGB

 RED value IS 240 (94.14% from 255) = 59.41%

 GREEN value IS 145 (57.03% from 255) = 35.89%

 BLUE value IS 19 (7.81% from 255) = 4.7%

R = 59.41%
G = 35.89%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F09113 (or 0xF09113) is known color: Carrot Orange. HEX triplet: F0, 91 and 13. RGB value is (240,145,19). Sum of RGB (Red+Green+Blue) = 240+145+19=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 19 (7.81% from 255 or 4.70% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F09113 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09113 is #0F6EEC. Grayscale: #9F9F9F. Windows color (decimal): -1011437 or 1282544. OLE color: 1282544.

HSL color Cylindrical-coordinate representation of color #F09113: hue angle of 34.21º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F09113 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 145 19 -
CMYK 0 0.40 0.92 0.06
HSL 34.21º 0.88% 0.51% -
HSV(B) 34.21º 0.92% 0.94% -
XYZ 46.18 38.82 5.68 -
YUV 159.04 48.97 185.75 -
System Red Green Blue C M Y K H S L
Decimal 240 145 19 0 0.40 0.92 0.06 34.21 0.88 0.51
Hex F0 91 13 0 28 5C 6 22 58 33
Octal 360 221 23 0 50 134 6 42 130 63
Binary 11110000 10010001 10011 0 101000 1011100 110 100010 1011000 110011

Color Harmonies of #F09113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09113

Black with #F09113

Text Example


Text Example

White with #F09113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09113; }

 p { color: rgb(240,145,19); }

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

background-color css

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

 a { background-color: rgb(240,145,19); }

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

border-color css

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

 span { border-color: rgb(240,145,19); }

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