Html Css Color HEX #F09120 Carrot Orange

📋 copy color: '#F09120'

red 240 ◦ green 145 ◦ blue 32

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

Shades of Carrot Orange #F09120

Tints of Carrot Orange #F09120

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 7.67%

R = 57.55%
G = 34.77%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F09120 (or 0xF09120) is known color: Carrot Orange. HEX triplet: F0, 91 and 20. RGB value is (240,145,32). Sum of RGB (Red+Green+Blue) = 240+145+32=417 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.55% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 32 (12.89% from 255 or 7.67% from 417); Max value from RGB is 240 - color contains mainly: red. Hex color #F09120 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09120 is #0F6EDF. Grayscale: #A1A1A1. Windows color (decimal): -1011424 or 2134512. OLE color: 2134512.

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

Color convert

RGB 240 145 32 -
CMYK 0 0.40 0.87 0.06
HSL 32.6º 0.87% 0.53% -
HSV(B) 32.6º 0.87% 0.94% -
XYZ 46.32 38.88 6.43 -
YUV 160.52 55.47 184.69 -
System Red Green Blue C M Y K H S L
Decimal 240 145 32 0 0.40 0.87 0.06 32.6 0.87 0.53
Hex F0 91 20 0 28 57 6 21 57 35
Octal 360 221 40 0 50 127 6 41 127 65
Binary 11110000 10010001 100000 0 101000 1010111 110 100001 1010111 110101

Color Harmonies of #F09120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F09120

Black with #F09120

Text Example


Text Example

White with #F09120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F09120; }

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

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

background-color css

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

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

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

border-color css

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

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

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