#f95a32

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

Shades of Outrageous Orange #F95A32

Tints of Outrageous Orange #F95A32

Color information

#F95A32 (or 0xF95A32) is unknown color: approx Outrageous Orange. HEX triplet: F9, 5A and 32. RGB value is (249,90,50). Sum of RGB (Red+Green+Blue) = 249+90+50=389 (51% of max value = 765). Red value is 249 (97.66% from 255 or 64.01% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 50 (19.92% from 255 or 12.85% from 389); Max value from RGB is 249 - color contains mainly: red. Hex color #F95A32 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F95A32 is #06A5CD. Grayscale: #858585. Windows color (decimal): -435662 or 3300089. OLE color: 3300089.

HSL color Cylindrical-coordinate representation of color #F95A32: hue angle of 12.06º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F95A32 is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB2499050-
CMYK00.640.800.02
HSL12.06º94.31%58.63%-
HSV(B)12.06º79.92%97.65%-
XYZ43.327.686.08-
YUV132.9881.18210.75-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 64.01%
GREEN value IS 90 (35.55% from 255) = 23.14%
BLUE value IS 50 (19.92% from 255) = 12.85%
R=64.01%
G=23.14%
B=12.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.80
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249905000.640.800.0212.0694.3158.63
HexF95A32040502c5e3b
Octal37113262010012021413673
Binary1111100110110101100100100000010100001011001011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f95a32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f95a32; }

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

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

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

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

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

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

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

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