Html Css Color HEX #F08920 Carrot Orange

📋 copy color: '#F08920'

red 240 ◦ green 137 ◦ blue 32

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

Shades of Carrot Orange #F08920

Tints of Carrot Orange #F08920

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.5%

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

R = 58.68%
G = 33.5%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F08920 (or 0xF08920) is known color: Carrot Orange. HEX triplet: F0, 89 and 20. RGB value is (240,137,32). Sum of RGB (Red+Green+Blue) = 240+137+32=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 32 (12.89% from 255 or 7.82% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F08920 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08920 is #0F76DF. Grayscale: #9C9C9C. Windows color (decimal): -1013472 or 2132464. OLE color: 2132464.

HSL color Cylindrical-coordinate representation of color #F08920: hue angle of 30.29º 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 #F08920 is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 137 32 -
CMYK 0 0.43 0.87 0.06
HSL 30.29º 0.87% 0.53% -
HSV(B) 30.29º 0.87% 0.94% -
XYZ 45.14 36.52 6.04 -
YUV 155.83 58.12 188.04 -
System Red Green Blue C M Y K H S L
Decimal 240 137 32 0 0.43 0.87 0.06 30.29 0.87 0.53
Hex F0 89 20 0 2B 57 6 1E 57 35
Octal 360 211 40 0 53 127 6 36 127 65
Binary 11110000 10001001 100000 0 101011 1010111 110 11110 1010111 110101

Color Harmonies of #F08920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08920

Black with #F08920

Text Example


Text Example

White with #F08920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08920; }

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

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

background-color css

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

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

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

border-color css

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

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

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