Html Css Color HEX #F64D16 Vermilion

📋 copy color: '#F64D16'

red 246 ◦ green 77 ◦ blue 22

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

Shades of Vermilion #F64D16

Tints of Vermilion #F64D16

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.32%

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

R = 71.3%
G = 22.32%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F64D16 (or 0xF64D16) is known color: Vermilion. HEX triplet: F6, 4D and 16. RGB value is (246,77,22). Sum of RGB (Red+Green+Blue) = 246+77+22=345 (45% of max value = 765). Red value is 246 (96.48% from 255 or 71.30% from 345); Green value is 77 (30.47% from 255 or 22.32% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 246 - color contains mainly: red. Hex color #F64D16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F64D16 is #09B2E9. Grayscale: #797979. Windows color (decimal): -635626 or 1461750. OLE color: 1461750.

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

Color convert

RGB 246 77 22 -
CMYK 0 0.69 0.91 0.04
HSL 14.73º 0.93% 0.53% -
HSV(B) 14.73º 0.91% 0.96% -
XYZ 40.8 24.96 3.43 -
YUV 121.26 71.99 216.97 -
System Red Green Blue C M Y K H S L
Decimal 246 77 22 0 0.69 0.91 0.04 14.73 0.93 0.53
Hex F6 4D 16 0 45 5B 4 F 5D 35
Octal 366 115 26 0 105 133 4 17 135 65
Binary 11110110 1001101 10110 0 1000101 1011011 100 1111 1011101 110101

Color Harmonies of #F64D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64D16

Black with #F64D16

Text Example


Text Example

White with #F64D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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