Html Css Color HEX #F64607 Orange Red

📋 copy color: '#F64607'

red 246 ◦ green 70 ◦ blue 7

#F64607
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Red #F64607

Tints of Orange Red #F64607

RGB

 RED value IS 246 (96.48% from 255) = 76.16%

 GREEN value IS 70 (27.73% from 255) = 21.67%

 BLUE value IS 7 (3.13% from 255) = 2.17%

R = 76.16%
G = 21.67%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F64607 (or 0xF64607) is known color: Orange Red. HEX triplet: F6, 46 and 07. RGB value is (246,70,7). Sum of RGB (Red+Green+Blue) = 246+70+7=323 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.16% from 323); Green value is 70 (27.73% from 255 or 21.67% from 323); Blue value is 7 (3.12% from 255 or 2.17% from 323); Max value from RGB is 246 - color contains mainly: red. Hex color #F64607 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64607 is #09B9F8. Grayscale: #737373. Windows color (decimal): -637433 or 476918. OLE color: 476918.

HSL color Cylindrical-coordinate representation of color #F64607: hue angle of 15.82º 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 #F64607 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 70 7 -
CMYK 0 0.72 0.97 0.04
HSL 15.82º 0.94% 0.5% -
HSV(B) 15.82º 0.97% 0.96% -
XYZ 40.23 23.99 2.71 -
YUV 115.44 66.81 221.12 -
System Red Green Blue C M Y K H S L
Decimal 246 70 7 0 0.72 0.97 0.04 15.82 0.94 0.5
Hex F6 46 7 0 48 61 4 10 5E 32
Octal 366 106 7 0 110 141 4 20 136 62
Binary 11110110 1000110 111 0 1001000 1100001 100 10000 1011110 110010

Color Harmonies of #F64607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64607

Black with #F64607

Text Example


Text Example

White with #F64607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64607; }

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

 H1.HeaderClassName
 {
   color: #F64607;
 }
 .AnyTagClassName
 {
   color: #F64607;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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