#F93810

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

Shades of Orange Red #F93810

Tints of Orange Red #F93810

Color information

#F93810 (or 0xF93810) is unknown color: approx Orange Red. HEX triplet: F9, 38 and 10. RGB value is (249,56,16). Sum of RGB (Red+Green+Blue) = 249+56+16=321 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.57% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 16 (6.64% from 255 or 4.98% from 321); Max value from RGB is 249 - color contains mainly: red. Hex color #F93810 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F93810 is #06C7EF. Grayscale: #6D6D6D. Windows color (decimal): -444400 or 1063161. OLE color: 1063161.

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

Color convert

RGB2495616-
CMYK00.780.940.02
HSL10.3º95.1%51.96%-
HSV(B)10.3º93.57%97.65%-
XYZ40.5723.012.79-
YUV109.1575.44227.75-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 77.57%
GREEN value IS 56 (22.27% from 255) = 17.45%
BLUE value IS 16 (6.64% from 255) = 4.98%
R=77.57%
G=17.45%
B=4.98%

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
Decimal249561600.780.940.0210.395.151.96
HexF9381004E5E2a5f34
Octal3717020011613621213764
Binary11111001111000100000100111010111101010101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F93810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F93810; }

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

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

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

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

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

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

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

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