#F93A18

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

Shades of Orange Red #F93A18

Tints of Orange Red #F93A18

Color information

#F93A18 (or 0xF93A18) is unknown color: approx Orange Red. HEX triplet: F9, 3A and 18. RGB value is (249,58,24). Sum of RGB (Red+Green+Blue) = 249+58+24=331 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.23% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 24 (9.77% from 255 or 7.25% from 331); Max value from RGB is 249 - color contains mainly: red. Hex color #F93A18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93A18 is #06C5E7. Grayscale: #6F6F6F. Windows color (decimal): -443880 or 1587961. OLE color: 1587961.

HSL color Cylindrical-coordinate representation of color #F93A18: hue angle of 9.07º 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 #F93A18 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB2495824-
CMYK00.770.900.02
HSL9.07º94.94%53.53%-
HSV(B)9.07º90.36%97.65%-
XYZ40.7423.233.2-
YUV111.2378.78226.26-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 75.23%
GREEN value IS 58 (23.05% from 255) = 17.52%
BLUE value IS 24 (9.77% from 255) = 7.25%
R=75.23%
G=17.52%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249582400.770.900.029.0794.9453.53
HexF93A1804D5A295f36
Octal3717230011513221113766
Binary11111001111010110000100110110110101010011011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93A18; }

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

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

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

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

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

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

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

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