#F92821

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

Shades of Red Orange #F92821

Tints of Red Orange #F92821

Color information

#F92821 (or 0xF92821) is unknown color: approx Red Orange. HEX triplet: F9, 28 and 21. RGB value is (249,40,33). Sum of RGB (Red+Green+Blue) = 249+40+33=322 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.33% from 322); Green value is 40 (16.02% from 255 or 12.42% from 322); Blue value is 33 (13.28% from 255 or 10.25% from 322); Max value from RGB is 249 - color contains mainly: red. Hex color #F92821 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92821 is #06D7DE. Grayscale: #656565. Windows color (decimal): -448479 or 2173177. OLE color: 2173177.

HSL color Cylindrical-coordinate representation of color #F92821: hue angle of 1.94º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F92821 is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB2494033-
CMYK00.840.870.02
HSL1.94º94.74%55.29%-
HSV(B)1.94º86.75%97.65%-
XYZ40.121.773.53-
YUV101.6989.24233.07-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 77.33%
GREEN value IS 40 (16.02% from 255) = 12.42%
BLUE value IS 33 (13.28% from 255) = 10.25%
R=77.33%
G=12.42%
B=10.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.87
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249403300.840.870.021.9494.7455.29
HexF9282105457225f37
Octal371504101241272213767
Binary1111100110100010000101010100101011110101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F92821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F92821; }

 p { color: rgb(249,40,33); }

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

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

 a { background-color: rgb(249,40,33); }

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

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

 span { border-color: rgb(249,40,33); }

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