#f28e21

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

Shades of Carrot Orange #F28E21

Tints of Carrot Orange #F28E21

Color information

#F28E21 (or 0xF28E21) is unknown color: approx Carrot Orange. HEX triplet: F2, 8E and 21. RGB value is (242,142,33). Sum of RGB (Red+Green+Blue) = 242+142+33=417 (55% of max value = 765). Red value is 242 (94.92% from 255 or 58.03% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 33 (13.28% from 255 or 7.91% from 417); Max value from RGB is 242 - color contains mainly: red. Hex color #F28E21 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F28E21 is #0D71DE. Grayscale: #A0A0A0. Windows color (decimal): -881119 or 2199282. OLE color: 2199282.

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

Color convert

RGB24214233-
CMYK00.410.860.05
HSL31.29º88.94%53.92%-
HSV(B)31.29º86.36%94.9%-
XYZ46.5738.336.38-
YUV159.4756.63186.86-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 58.03%
GREEN value IS 142 (55.86% from 255) = 34.05%
BLUE value IS 33 (13.28% from 255) = 7.91%
R=58.03%
G=34.05%
B=7.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.86
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421423300.410.860.0531.2988.9453.92
HexF28E210295651f5936
Octal3622164105112653713166
Binary111100101000111010000101010011010110101111111011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f28e21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f28e21; }

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

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

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

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

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

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

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

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