Html Css Color HEX #F64D06 Vermilion

📋 copy color: '#F64D06'

red 246 ◦ green 77 ◦ blue 6

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

Shades of Vermilion #F64D06

Tints of Vermilion #F64D06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.82%

R = 74.77%
G = 23.4%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F64D06 (or 0xF64D06) is known color: Vermilion. HEX triplet: F6, 4D and 06. RGB value is (246,77,6). Sum of RGB (Red+Green+Blue) = 246+77+6=329 (43% of max value = 765). Red value is 246 (96.48% from 255 or 74.77% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 6 (2.73% from 255 or 1.82% from 329); Max value from RGB is 246 - color contains mainly: red. Hex color #F64D06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F64D06 is #09B2F9. Grayscale: #777777. Windows color (decimal): -635642 or 413174. OLE color: 413174.

HSL color Cylindrical-coordinate representation of color #F64D06: hue angle of 17.75º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F64D06 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 77 6 -
CMYK 0 0.69 0.98 0.04
HSL 17.75º 0.95% 0.49% -
HSV(B) 17.75º 0.98% 0.96% -
XYZ 40.69 24.91 2.84 -
YUV 119.44 63.99 218.27 -
System Red Green Blue C M Y K H S L
Decimal 246 77 6 0 0.69 0.98 0.04 17.75 0.95 0.49
Hex F6 4D 6 0 45 62 4 12 5F 31
Octal 366 115 6 0 105 142 4 22 137 61
Binary 11110110 1001101 110 0 1000101 1100010 100 10010 1011111 110001

Color Harmonies of #F64D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64D06

Black with #F64D06

Text Example


Text Example

White with #F64D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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