#F84220

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

Shades of Red Orange #F84220

Tints of Red Orange #F84220

Color information

#F84220 (or 0xF84220) is unknown color: approx Red Orange. HEX triplet: F8, 42 and 20. RGB value is (248,66,32). Sum of RGB (Red+Green+Blue) = 248+66+32=346 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.68% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 32 (12.89% from 255 or 9.25% from 346); Max value from RGB is 248 - color contains mainly: red. Hex color #F84220 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F84220 is #07BDDF. Grayscale: #747474. Windows color (decimal): -507360 or 2114296. OLE color: 2114296.

HSL color Cylindrical-coordinate representation of color #F84220: hue angle of 9.44º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F84220 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.03.

Color convert

RGB2486632-
CMYK00.730.870.03
HSL9.44º93.91%54.9%-
HSV(B)9.44º87.1%97.25%-
XYZ40.9223.963.83-
YUV116.5480.3221.76-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 71.68%
GREEN value IS 66 (26.17% from 255) = 19.08%
BLUE value IS 32 (12.89% from 255) = 9.25%
R=71.68%
G=19.08%
B=9.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.87
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248663200.730.870.039.4493.9154.9
HexF8422004957395e37
Octal37010240011112731113667
Binary1111100010000101000000100100110101111110011011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F84220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F84220; }

 p { color: rgb(248,66,32); }

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

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

 a { background-color: rgb(248,66,32); }

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

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

 span { border-color: rgb(248,66,32); }

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