#F9492A

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

Shades of Red Orange #F9492A

Tints of Red Orange #F9492A

Color information

#F9492A (or 0xF9492A) is unknown color: approx Red Orange. HEX triplet: F9, 49 and 2A. RGB value is (249,73,42). Sum of RGB (Red+Green+Blue) = 249+73+42=364 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.41% from 364); Green value is 73 (28.91% from 255 or 20.05% from 364); Blue value is 42 (16.80% from 255 or 11.54% from 364); Max value from RGB is 249 - color contains mainly: red. Hex color #F9492A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9492A is #06B6D5. Grayscale: #7A7A7A. Windows color (decimal): -440022 or 2771449. OLE color: 2771449.

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

Color convert

RGB2497342-
CMYK00.710.830.02
HSL8.99º94.52%57.06%-
HSV(B)8.99º83.13%97.65%-
XYZ41.8725.074.82-
YUV122.0982.81218.52-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 68.41%
GREEN value IS 73 (28.91% from 255) = 20.05%
BLUE value IS 42 (16.80% from 255) = 11.54%
R=68.41%
G=20.05%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.83
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249734200.710.830.028.9994.5257.06
HexF9492A04753295f39
Octal37111152010712321113771
Binary1111100110010011010100100011110100111010011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9492A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9492A; }

 p { color: rgb(249,73,42); }

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

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

 a { background-color: rgb(249,73,42); }

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

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

 span { border-color: rgb(249,73,42); }

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