#F9542C

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

Shades of Outrageous Orange #F9542C

Tints of Outrageous Orange #F9542C

Color information

#F9542C (or 0xF9542C) is unknown color: approx Outrageous Orange. HEX triplet: F9, 54 and 2C. RGB value is (249,84,44). Sum of RGB (Red+Green+Blue) = 249+84+44=377 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.05% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 44 (17.58% from 255 or 11.67% from 377); Max value from RGB is 249 - color contains mainly: red. Hex color #F9542C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F9542C is #06ABD3. Grayscale: #818181. Windows color (decimal): -437204 or 2905337. OLE color: 2905337.

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

Color convert

RGB2498444-
CMYK00.660.820.02
HSL11.71º94.47%57.45%-
HSV(B)11.71º82.33%97.65%-
XYZ42.6926.665.28-
YUV128.7780.16213.75-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 66.05%
GREEN value IS 84 (33.20% from 255) = 22.28%
BLUE value IS 44 (17.58% from 255) = 11.67%
R=66.05%
G=22.28%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.82
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249844400.660.820.0211.7194.4757.45
HexF9542C042522c5e39
Octal37112454010212221413671
Binary1111100110101001011000100001010100101011001011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9542C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9542C; }

 p { color: rgb(249,84,44); }

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

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

 a { background-color: rgb(249,84,44); }

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

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

 span { border-color: rgb(249,84,44); }

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