#F92920

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

Shades of Red Orange #F92920

Tints of Red Orange #F92920

Color information

#F92920 (or 0xF92920) is unknown color: approx Red Orange. HEX triplet: F9, 29 and 20. RGB value is (249,41,32). Sum of RGB (Red+Green+Blue) = 249+41+32=322 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.33% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 32 (12.89% from 255 or 9.94% from 322); Max value from RGB is 249 - color contains mainly: red. Hex color #F92920 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92920 is #06D6DF. Grayscale: #666666. Windows color (decimal): -448224 or 2107897. OLE color: 2107897.

HSL color Cylindrical-coordinate representation of color #F92920: hue angle of 2.49º 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 #F92920 is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB2494132-
CMYK00.840.870.02
HSL2.49º94.76%55.1%-
HSV(B)2.49º87.15%97.65%-
XYZ40.1221.833.47-
YUV102.1788.41232.73-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 77.33%
GREEN value IS 41 (16.41% from 255) = 12.73%
BLUE value IS 32 (12.89% from 255) = 9.94%
R=77.33%
G=12.73%
B=9.94%

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
Decimal249413200.840.870.022.4994.7655.1
HexF9292005457225f37
Octal371514001241272213767
Binary1111100110100110000001010100101011110101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F92920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F92920; }

 p { color: rgb(249,41,32); }

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

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

 a { background-color: rgb(249,41,32); }

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

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

 span { border-color: rgb(249,41,32); }

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