Html Css Color HEX #F64D1A Vermilion

📋 copy color: '#F64D1A'

red 246 ◦ green 77 ◦ blue 26

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

Shades of Vermilion #F64D1A

Tints of Vermilion #F64D1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.45%

R = 70.49%
G = 22.06%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F64D1A (or 0xF64D1A) is known color: Vermilion. HEX triplet: F6, 4D and 1A. RGB value is (246,77,26). Sum of RGB (Red+Green+Blue) = 246+77+26=349 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.49% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 26 (10.55% from 255 or 7.45% from 349); Max value from RGB is 246 - color contains mainly: red. Hex color #F64D1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F64D1A is #09B2E5. Grayscale: #7A7A7A. Windows color (decimal): -635622 or 1723894. OLE color: 1723894.

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

Color convert

RGB 246 77 26 -
CMYK 0 0.69 0.89 0.04
HSL 13.91º 0.92% 0.53% -
HSV(B) 13.91º 0.89% 0.96% -
XYZ 40.85 24.98 3.65 -
YUV 121.72 73.99 216.65 -
System Red Green Blue C M Y K H S L
Decimal 246 77 26 0 0.69 0.89 0.04 13.91 0.92 0.53
Hex F6 4D 1A 0 45 59 4 E 5C 35
Octal 366 115 32 0 105 131 4 16 134 65
Binary 11110110 1001101 11010 0 1000101 1011001 100 1110 1011100 110101

Color Harmonies of #F64D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64D1A

Black with #F64D1A

Text Example


Text Example

White with #F64D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64D1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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