Html Css Color HEX #F64307 Orange Red

📋 copy color: '#F64307'

red 246 ◦ green 67 ◦ blue 7

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

Shades of Orange Red #F64307

Tints of Orange Red #F64307

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.94%

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

R = 76.88%
G = 20.94%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F64307 (or 0xF64307) is known color: Orange Red. HEX triplet: F6, 43 and 07. RGB value is (246,67,7). Sum of RGB (Red+Green+Blue) = 246+67+7=320 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.88% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 7 (3.12% from 255 or 2.19% from 320); Max value from RGB is 246 - color contains mainly: red. Hex color #F64307 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64307 is #09BCF8. Grayscale: #727272. Windows color (decimal): -638201 or 476150. OLE color: 476150.

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

Color convert

RGB 246 67 7 -
CMYK 0 0.73 0.97 0.04
HSL 15.06º 0.94% 0.5% -
HSV(B) 15.06º 0.97% 0.96% -
XYZ 40.05 23.62 2.65 -
YUV 113.68 67.8 222.38 -
System Red Green Blue C M Y K H S L
Decimal 246 67 7 0 0.73 0.97 0.04 15.06 0.94 0.5
Hex F6 43 7 0 49 61 4 F 5E 32
Octal 366 103 7 0 111 141 4 17 136 62
Binary 11110110 1000011 111 0 1001001 1100001 100 1111 1011110 110010

Color Harmonies of #F64307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64307

Black with #F64307

Text Example


Text Example

White with #F64307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64307; }

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

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

background-color css

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

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

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

border-color css

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

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

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