#F29621

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

Shades of Carrot Orange #F29621

Tints of Carrot Orange #F29621

Color information

#F29621 (or 0xF29621) is unknown color: approx Carrot Orange. HEX triplet: F2, 96 and 21. RGB value is (242,150,33). Sum of RGB (Red+Green+Blue) = 242+150+33=425 (56% of max value = 765). Red value is 242 (94.92% from 255 or 56.94% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 33 (13.28% from 255 or 7.76% from 425); Max value from RGB is 242 - color contains mainly: red. Hex color #F29621 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F29621 is #0D69DE. Grayscale: #A4A4A4. Windows color (decimal): -879071 or 2201330. OLE color: 2201330.

HSL color Cylindrical-coordinate representation of color #F29621: hue angle of 33.59º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F29621 is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB24215033-
CMYK00.380.860.05
HSL33.59º88.94%53.92%-
HSV(B)33.59º86.36%94.9%-
XYZ47.840.86.79-
YUV164.1753.98183.51-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 56.94%
GREEN value IS 150 (58.98% from 255) = 35.29%
BLUE value IS 33 (13.28% from 255) = 7.76%
R=56.94%
G=35.29%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.86
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421503300.380.860.0533.5988.9453.92
HexF29621026565225936
Octal3622264104612654213166
Binary1111001010010110100001010011010101101011000101011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29621; }

 p { color: rgb(242,150,33); }

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

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

 a { background-color: rgb(242,150,33); }

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

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

 span { border-color: rgb(242,150,33); }

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