#F95A27

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

Shades of Outrageous Orange #F95A27

Tints of Outrageous Orange #F95A27

Color information

#F95A27 (or 0xF95A27) is unknown color: approx Outrageous Orange. HEX triplet: F9, 5A and 27. RGB value is (249,90,39). Sum of RGB (Red+Green+Blue) = 249+90+39=378 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.87% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 39 (15.62% from 255 or 10.32% from 378); Max value from RGB is 249 - color contains mainly: red. Hex color #F95A27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F95A27 is #06A5D8. Grayscale: #848484. Windows color (decimal): -435673 or 2579193. OLE color: 2579193.

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

Color convert

RGB2499039-
CMYK00.640.840.02
HSL14.57º94.59%56.47%-
HSV(B)14.57º84.34%97.65%-
XYZ43.0927.64.98-
YUV131.7375.68211.65-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 65.87%
GREEN value IS 90 (35.55% from 255) = 23.81%
BLUE value IS 39 (15.62% from 255) = 10.32%
R=65.87%
G=23.81%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.84
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249903900.640.840.0214.5794.5956.47
HexF95A27040542f5f38
Octal37113247010012421713770
Binary1111100110110101001110100000010101001011111011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95A27; }

 p { color: rgb(249,90,39); }

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

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

 a { background-color: rgb(249,90,39); }

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

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

 span { border-color: rgb(249,90,39); }

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