Html Css Color HEX #F08320 Carrot Orange

📋 copy color: '#F08320'

red 240 ◦ green 131 ◦ blue 32

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

Shades of Carrot Orange #F08320

Tints of Carrot Orange #F08320

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.51%

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

R = 59.55%
G = 32.51%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F08320 (or 0xF08320) is known color: Carrot Orange. HEX triplet: F0, 83 and 20. RGB value is (240,131,32). Sum of RGB (Red+Green+Blue) = 240+131+32=403 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.55% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 32 (12.89% from 255 or 7.94% from 403); Max value from RGB is 240 - color contains mainly: red. Hex color #F08320 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F08320 is #0F7CDF. Grayscale: #989898. Windows color (decimal): -1015008 or 2130928. OLE color: 2130928.

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

Color convert

RGB 240 131 32 -
CMYK 0 0.45 0.87 0.06
HSL 28.56º 0.87% 0.53% -
HSV(B) 28.56º 0.87% 0.94% -
XYZ 44.31 34.86 5.76 -
YUV 152.31 60.11 190.55 -
System Red Green Blue C M Y K H S L
Decimal 240 131 32 0 0.45 0.87 0.06 28.56 0.87 0.53
Hex F0 83 20 0 2D 57 6 1D 57 35
Octal 360 203 40 0 55 127 6 35 127 65
Binary 11110000 10000011 100000 0 101101 1010111 110 11101 1010111 110101

Color Harmonies of #F08320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F08320

Black with #F08320

Text Example


Text Example

White with #F08320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F08320; }

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

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

background-color css

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

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

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

border-color css

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

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

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