Html Css Color HEX #F64716 Orange Red

📋 copy color: '#F64716'

red 246 ◦ green 71 ◦ blue 22

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

Shades of Orange Red #F64716

Tints of Orange Red #F64716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.49%

R = 72.57%
G = 20.94%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F64716 (or 0xF64716) is known color: Orange Red. HEX triplet: F6, 47 and 16. RGB value is (246,71,22). Sum of RGB (Red+Green+Blue) = 246+71+22=339 (44% of max value = 765). Red value is 246 (96.48% from 255 or 72.57% from 339); Green value is 71 (28.12% from 255 or 20.94% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 246 - color contains mainly: red. Hex color #F64716 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64716 is #09B8E9. Grayscale: #767676. Windows color (decimal): -637162 or 1460214. OLE color: 1460214.

HSL color Cylindrical-coordinate representation of color #F64716: hue angle of 13.12º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F64716 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 71 22 -
CMYK 0 0.71 0.91 0.04
HSL 13.13º 0.93% 0.53% -
HSV(B) 13.13º 0.91% 0.96% -
XYZ 40.4 24.16 3.29 -
YUV 117.74 73.98 219.48 -
System Red Green Blue C M Y K H S L
Decimal 246 71 22 0 0.71 0.91 0.04 13.13 0.93 0.53
Hex F6 47 16 0 47 5B 4 D 5D 35
Octal 366 107 26 0 107 133 4 15 135 65
Binary 11110110 1000111 10110 0 1000111 1011011 100 1101 1011101 110101

Color Harmonies of #F64716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64716

Black with #F64716

Text Example


Text Example

White with #F64716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64716; }

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

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

background-color css

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

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

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

border-color css

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

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

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