#F95539

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

Shades of Outrageous Orange #F95539

Tints of Outrageous Orange #F95539

Color information

#F95539 (or 0xF95539) is unknown color: approx Outrageous Orange. HEX triplet: F9, 55 and 39. RGB value is (249,85,57). Sum of RGB (Red+Green+Blue) = 249+85+57=391 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.68% from 391); Green value is 85 (33.59% from 255 or 21.74% from 391); Blue value is 57 (22.66% from 255 or 14.58% from 391); Max value from RGB is 249 - color contains mainly: red. Hex color #F95539 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F95539 is #06AAC6. Grayscale: #838383. Windows color (decimal): -436935 or 3757561. OLE color: 3757561.

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

Color convert

RGB2498557-
CMYK00.660.770.02
HSL8.75º94.12%60%-
HSV(B)8.75º77.11%97.65%-
XYZ43.0526.936.8-
YUV130.8486.33212.28-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 63.68%
GREEN value IS 85 (33.59% from 255) = 21.74%
BLUE value IS 57 (22.66% from 255) = 14.58%
R=63.68%
G=21.74%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.77
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249855700.660.770.028.7594.1260
HexF955390424D295e3c
Octal37112571010211521113674
Binary1111100110101011110010100001010011011010011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95539; }

 p { color: rgb(249,85,57); }

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

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

 a { background-color: rgb(249,85,57); }

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

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

 span { border-color: rgb(249,85,57); }

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