Html Css Color HEX #F64707 Orange Red

📋 copy color: '#F64707'

red 246 ◦ green 71 ◦ blue 7

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

Shades of Orange Red #F64707

Tints of Orange Red #F64707

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.91%

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

R = 75.93%
G = 21.91%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F64707 (or 0xF64707) is known color: Orange Red. HEX triplet: F6, 47 and 07. RGB value is (246,71,7). Sum of RGB (Red+Green+Blue) = 246+71+7=324 (42% of max value = 765). Red value is 246 (96.48% from 255 or 75.93% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 7 (3.12% from 255 or 2.16% from 324); Max value from RGB is 246 - color contains mainly: red. Hex color #F64707 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64707 is #09B8F8. Grayscale: #747474. Windows color (decimal): -637177 or 477174. OLE color: 477174.

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

Color convert

RGB 246 71 7 -
CMYK 0 0.71 0.97 0.04
HSL 16.07º 0.94% 0.5% -
HSV(B) 16.07º 0.97% 0.96% -
XYZ 40.3 24.11 2.73 -
YUV 116.03 66.48 220.7 -
System Red Green Blue C M Y K H S L
Decimal 246 71 7 0 0.71 0.97 0.04 16.07 0.94 0.5
Hex F6 47 7 0 47 61 4 10 5E 32
Octal 366 107 7 0 107 141 4 20 136 62
Binary 11110110 1000111 111 0 1000111 1100001 100 10000 1011110 110010

Color Harmonies of #F64707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64707

Black with #F64707

Text Example


Text Example

White with #F64707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64707; }

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

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

background-color css

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

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

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

border-color css

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

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

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