#F63607

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

Shades of Orange Red #F63607

Tints of Orange Red #F63607

Color information

#F63607 (or 0xF63607) is unknown color: approx Orange Red. HEX triplet: F6, 36 and 07. RGB value is (246,54,7). Sum of RGB (Red+Green+Blue) = 246+54+7=307 (40% of max value = 765). Red value is 246 (96.48% from 255 or 80.13% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 7 (3.12% from 255 or 2.28% from 307); Max value from RGB is 246 - color contains mainly: red. Hex color #F63607 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F63607 is #09C9F8. Grayscale: #6A6A6A. Windows color (decimal): -641529 or 472822. OLE color: 472822.

HSL color Cylindrical-coordinate representation of color #F63607: hue angle of 11.8º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F63607 is Cyan = 0, Magento = 0.78, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB246547-
CMYK00.780.970.04
HSL11.8º94.47%49.61%-
HSV(B)11.8º97.15%96.47%-
XYZ39.3622.252.42-
YUV106.0572.11227.82-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 80.13%
GREEN value IS 54 (21.48% from 255) = 17.59%
BLUE value IS 7 (3.12% from 255) = 2.28%
R=80.13%
G=17.59%
B=2.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.97
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24654700.780.970.0411.894.4749.61
HexF636704E614c5e32
Octal366667011614141413662
Binary1111011011011011101001110110000110011001011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F63607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F63607; }

 p { color: rgb(246,54,7); }

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

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

 a { background-color: rgb(246,54,7); }

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

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

 span { border-color: rgb(246,54,7); }

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