#F48221

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

Shades of Carrot Orange #F48221

Tints of Carrot Orange #F48221

Color information

#F48221 (or 0xF48221) is unknown color: approx Carrot Orange. HEX triplet: F4, 82 and 21. RGB value is (244,130,33). Sum of RGB (Red+Green+Blue) = 244+130+33=407 (53% of max value = 765). Red value is 244 (95.70% from 255 or 59.95% from 407); Green value is 130 (51.17% from 255 or 31.94% from 407); Blue value is 33 (13.28% from 255 or 8.11% from 407); Max value from RGB is 244 - color contains mainly: red. Hex color #F48221 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F48221 is #0B7DDE. Grayscale: #999999. Windows color (decimal): -753119 or 2196212. OLE color: 2196212.

HSL color Cylindrical-coordinate representation of color #F48221: hue angle of 27.58º 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 #F48221 is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.04.

Color convert

RGB24413033-
CMYK00.470.860.04
HSL27.58º90.56%54.31%-
HSV(B)27.58º86.48%95.69%-
XYZ45.5735.315.85-
YUV153.0360.27192.89-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 59.95%
GREEN value IS 130 (51.17% from 255) = 31.94%
BLUE value IS 33 (13.28% from 255) = 8.11%
R=59.95%
G=31.94%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.86
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441303300.470.860.0427.5890.5654.31
HexF4822102F5641c5b36
Octal3642024105712643413366
Binary111101001000001010000101011111010110100111001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F48221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F48221; }

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

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

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

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

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

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

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

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