#F95C1E

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

Shades of Outrageous Orange #F95C1E

Tints of Outrageous Orange #F95C1E

Color information

#F95C1E (or 0xF95C1E) is unknown color: approx Outrageous Orange. HEX triplet: F9, 5C and 1E. RGB value is (249,92,30). Sum of RGB (Red+Green+Blue) = 249+92+30=371 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.12% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 30 (12.11% from 255 or 8.09% from 371); Max value from RGB is 249 - color contains mainly: red. Hex color #F95C1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F95C1E is #06A3E1. Grayscale: #848484. Windows color (decimal): -435170 or 1989881. OLE color: 1989881.

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

Color convert

RGB2499230-
CMYK00.630.880.02
HSL16.99º94.81%54.71%-
HSV(B)16.99º87.95%97.65%-
XYZ43.1327.894.34-
YUV131.8770.51211.54-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 67.12%
GREEN value IS 92 (36.33% from 255) = 24.80%
BLUE value IS 30 (12.11% from 255) = 8.09%
R=67.12%
G=24.80%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.88
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249923000.630.880.0216.9994.8154.71
HexF95C1E03F582115f37
Octal3711343607713022113767
Binary111110011011100111100111111101100010100011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F95C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F95C1E; }

 p { color: rgb(249,92,30); }

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

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

 a { background-color: rgb(249,92,30); }

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

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

 span { border-color: rgb(249,92,30); }

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