#F95E22

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

Shades of Outrageous Orange #F95E22

Tints of Outrageous Orange #F95E22

Color information

#F95E22 (or 0xF95E22) is unknown color: approx Outrageous Orange. HEX triplet: F9, 5E and 22. RGB value is (249,94,34). Sum of RGB (Red+Green+Blue) = 249+94+34=377 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.05% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 34 (13.67% from 255 or 9.02% from 377); Max value from RGB is 249 - color contains mainly: red. Hex color #F95E22 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F95E22 is #06A1DD. Grayscale: #858585. Windows color (decimal): -434654 or 2252537. OLE color: 2252537.

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

Color convert

RGB2499434-
CMYK00.620.860.02
HSL16.74º94.71%55.49%-
HSV(B)16.74º86.35%97.65%-
XYZ43.3628.264.68-
YUV133.571.85210.38-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 66.05%
GREEN value IS 94 (37.11% from 255) = 24.93%
BLUE value IS 34 (13.67% from 255) = 9.02%
R=66.05%
G=24.93%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.86
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249943400.620.860.0216.7494.7155.49
HexF95E2203E562115f37
Octal3711364207612622113767
Binary1111100110111101000100111110101011010100011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95E22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95E22; }

 p { color: rgb(249,94,34); }

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

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

 a { background-color: rgb(249,94,34); }

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

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

 span { border-color: rgb(249,94,34); }

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