#F93C18

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

Shades of Orange Red #F93C18

Tints of Orange Red #F93C18

Color information

#F93C18 (or 0xF93C18) is unknown color: approx Orange Red. HEX triplet: F9, 3C and 18. RGB value is (249,60,24). Sum of RGB (Red+Green+Blue) = 249+60+24=333 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.77% from 333); Green value is 60 (23.83% from 255 or 18.02% from 333); Blue value is 24 (9.77% from 255 or 7.21% from 333); Max value from RGB is 249 - color contains mainly: red. Hex color #F93C18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93C18 is #06C3E7. Grayscale: #707070. Windows color (decimal): -443368 or 1588473. OLE color: 1588473.

HSL color Cylindrical-coordinate representation of color #F93C18: hue angle of 9.6º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F93C18 is Cyan = 0, Magento = 0.76, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB2496024-
CMYK00.760.900.02
HSL9.6º94.94%53.53%-
HSV(B)9.6º90.36%97.65%-
XYZ40.8523.443.24-
YUV112.4178.12225.43-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 74.77%
GREEN value IS 60 (23.83% from 255) = 18.02%
BLUE value IS 24 (9.77% from 255) = 7.21%
R=74.77%
G=18.02%
B=7.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249602400.760.900.029.694.9453.53
HexF93C1804C5A2a5f36
Octal3717430011413221213766
Binary11111001111100110000100110010110101010101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93C18; }

 p { color: rgb(249,60,24); }

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

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

 a { background-color: rgb(249,60,24); }

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

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

 span { border-color: rgb(249,60,24); }

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