#F49121

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

Shades of Carrot Orange #F49121

Tints of Carrot Orange #F49121

Color information

#F49121 (or 0xF49121) is unknown color: approx Carrot Orange. HEX triplet: F4, 91 and 21. RGB value is (244,145,33). Sum of RGB (Red+Green+Blue) = 244+145+33=422 (55% of max value = 765). Red value is 244 (95.70% from 255 or 57.82% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 33 (13.28% from 255 or 7.82% from 422); Max value from RGB is 244 - color contains mainly: red. Hex color #F49121 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F49121 is #0B6EDE. Grayscale: #A2A2A2. Windows color (decimal): -749279 or 2200052. OLE color: 2200052.

HSL color Cylindrical-coordinate representation of color #F49121: hue angle of 31.85º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F49121 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.04.

Color convert

RGB24414533-
CMYK00.410.860.04
HSL31.85º90.56%54.31%-
HSV(B)31.85º86.48%95.69%-
XYZ47.7139.596.57-
YUV161.8355.3186.61-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 57.82%
GREEN value IS 145 (57.03% from 255) = 34.36%
BLUE value IS 33 (13.28% from 255) = 7.82%
R=57.82%
G=34.36%
B=7.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.86
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441453300.410.860.0431.8590.5654.31
HexF49121029564205b36
Octal3642214105112644013366
Binary1111010010010001100001010100110101101001000001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49121; }

 p { color: rgb(244,145,33); }

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

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

 a { background-color: rgb(244,145,33); }

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

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

 span { border-color: rgb(244,145,33); }

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