#F99020

Color #F99020 Carrot Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carrot Orange #F99020

Tints of Carrot Orange #F99020

Color information

#F99020 (or 0xF99020) is unknown color: approx Carrot Orange. HEX triplet: F9, 90 and 20. RGB value is (249,144,32). Sum of RGB (Red+Green+Blue) = 249+144+32=425 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.59% from 425); Green value is 144 (56.64% from 255 or 33.88% from 425); Blue value is 32 (12.89% from 255 or 7.53% from 425); Max value from RGB is 249 - color contains mainly: red. Hex color #F99020 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F99020 is #066FDF. Grayscale: #A3A3A3. Windows color (decimal): -421856 or 2134265. OLE color: 2134265.

HSL color Cylindrical-coordinate representation of color #F99020: hue angle of 30.97º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F99020 is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB24914432-
CMYK00.420.870.02
HSL30.97º94.76%55.1%-
HSV(B)30.97º87.15%97.65%-
XYZ49.340.196.53-
YUV162.6354.29189.61-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 58.59%
GREEN value IS 144 (56.64% from 255) = 33.88%
BLUE value IS 32 (12.89% from 255) = 7.53%
R=58.59%
G=33.88%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.87
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2491443200.420.870.0230.9794.7655.1
HexF9902002A5721f5f37
Octal3712204005212723713767
Binary11111001100100001000000101010101011110111111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F99020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F99020; }

 p { color: rgb(249,144,32); }

 H1.HeaderClassName
 {
   color: #F99020;
 }
 .AnyTagClassName
 {
   color: #F99020;
 }
</style>
background-color css

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

 a { background-color: rgb(249,144,32); }

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

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

 span { border-color: rgb(249,144,32); }

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