Html Css Color HEX #F64407 Orange Red

📋 copy color: '#F64407'

red 246 ◦ green 68 ◦ blue 7

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

Shades of Orange Red #F64407

Tints of Orange Red #F64407

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.18%

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

R = 76.64%
G = 21.18%
B = 2.18%

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

#F64407 (or 0xF64407) is known color: Orange Red. HEX triplet: F6, 44 and 07. RGB value is (246,68,7). Sum of RGB (Red+Green+Blue) = 246+68+7=321 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.64% from 321); Green value is 68 (26.95% from 255 or 21.18% from 321); Blue value is 7 (3.12% from 255 or 2.18% from 321); Max value from RGB is 246 - color contains mainly: red. Hex color #F64407 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64407 is #09BBF8. Grayscale: #727272. Windows color (decimal): -637945 or 476406. OLE color: 476406.

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

Color convert

RGB 246 68 7 -
CMYK 0 0.72 0.97 0.04
HSL 15.31º 0.94% 0.5% -
HSV(B) 15.31º 0.97% 0.96% -
XYZ 40.11 23.74 2.67 -
YUV 114.27 67.47 221.96 -
System Red Green Blue C M Y K H S L
Decimal 246 68 7 0 0.72 0.97 0.04 15.31 0.94 0.5
Hex F6 44 7 0 48 61 4 F 5E 32
Octal 366 104 7 0 110 141 4 17 136 62
Binary 11110110 1000100 111 0 1001000 1100001 100 1111 1011110 110010

Color Harmonies of #F64407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64407

Black with #F64407

Text Example


Text Example

White with #F64407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64407; }

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

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

background-color css

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

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

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

border-color css

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

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

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