#F93E08

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

Shades of Orange Red #F93E08

Tints of Orange Red #F93E08

Color information

#F93E08 (or 0xF93E08) is unknown color: approx Orange Red. HEX triplet: F9, 3E and 08. RGB value is (249,62,8). Sum of RGB (Red+Green+Blue) = 249+62+8=319 (42% of max value = 765). Red value is 249 (97.66% from 255 or 78.06% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 8 (3.52% from 255 or 2.51% from 319); Max value from RGB is 249 - color contains mainly: red. Hex color #F93E08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93E08 is #06C1F7. Grayscale: #707070. Windows color (decimal): -442872 or 540409. OLE color: 540409.

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

Color convert

RGB249628-
CMYK00.750.970.02
HSL13.44º95.26%50.39%-
HSV(B)13.44º96.79%97.65%-
XYZ40.8323.62.63-
YUV111.7669.45225.89-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 78.06%
GREEN value IS 62 (24.61% from 255) = 19.44%
BLUE value IS 8 (3.52% from 255) = 2.51%
R=78.06%
G=19.44%
B=2.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.97
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24962800.750.970.0213.4495.2650.39
HexF93E804B612d5f32
Octal3717610011314121513762
Binary1111100111111010000100101111000011011011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93E08; }

 p { color: rgb(249,62,8); }

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

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

 a { background-color: rgb(249,62,8); }

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

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

 span { border-color: rgb(249,62,8); }

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