#F82922

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

Shades of Red Orange #F82922

Tints of Red Orange #F82922

Color information

#F82922 (or 0xF82922) is unknown color: approx Red Orange. HEX triplet: F8, 29 and 22. RGB value is (248,41,34). Sum of RGB (Red+Green+Blue) = 248+41+34=323 (42% of max value = 765). Red value is 248 (97.27% from 255 or 76.78% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 34 (13.67% from 255 or 10.53% from 323); Max value from RGB is 248 - color contains mainly: red. Hex color #F82922 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F82922 is #07D6DD. Grayscale: #666666. Windows color (decimal): -513758 or 2238968. OLE color: 2238968.

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

Color convert

RGB2484134-
CMYK00.830.860.03
HSL1.96º93.86%55.29%-
HSV(B)1.96º86.29%97.25%-
XYZ39.7921.663.6-
YUV102.189.58232.07-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 76.78%
GREEN value IS 41 (16.41% from 255) = 12.69%
BLUE value IS 34 (13.67% from 255) = 10.53%
R=76.78%
G=12.69%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.86
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal248413400.830.860.031.9693.8655.29
HexF8292205356325e37
Octal370514201231263213667
Binary1111100010100110001001010011101011011101011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F82922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F82922; }

 p { color: rgb(248,41,34); }

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

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

 a { background-color: rgb(248,41,34); }

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

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

 span { border-color: rgb(248,41,34); }

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