#F93710

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

Shades of Orange Red #F93710

Tints of Orange Red #F93710

Color information

#F93710 (or 0xF93710) is unknown color: approx Orange Red. HEX triplet: F9, 37 and 10. RGB value is (249,55,16). Sum of RGB (Red+Green+Blue) = 249+55+16=320 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.81% from 320); Green value is 55 (21.88% from 255 or 17.19% from 320); Blue value is 16 (6.64% from 255 or 5% from 320); Max value from RGB is 249 - color contains mainly: red. Hex color #F93710 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93710 is #06C8EF. Grayscale: #6C6C6C. Windows color (decimal): -444656 or 1062905. OLE color: 1062905.

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

Color convert

RGB2495516-
CMYK00.780.940.02
HSL10.04º95.1%51.96%-
HSV(B)10.04º93.57%97.65%-
XYZ40.5322.912.78-
YUV108.5675.77228.17-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 77.81%
GREEN value IS 55 (21.88% from 255) = 17.19%
BLUE value IS 16 (6.64% from 255) = 5%
R=77.81%
G=17.19%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.94
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249551600.780.940.0210.0495.151.96
HexF9371004E5E2a5f34
Octal3716720011613621213764
Binary11111001110111100000100111010111101010101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93710; }

 p { color: rgb(249,55,16); }

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

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

 a { background-color: rgb(249,55,16); }

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

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

 span { border-color: rgb(249,55,16); }

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