Html Css Color HEX #F64B0C Vermilion

📋 copy color: '#F64B0C'

red 246 ◦ green 75 ◦ blue 12

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

Shades of Vermilion #F64B0C

Tints of Vermilion #F64B0C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.52%

 BLUE value IS 12 (5.08% from 255) = 3.6%

R = 73.87%
G = 22.52%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F64B0C (or 0xF64B0C) is known color: Vermilion. HEX triplet: F6, 4B and 0C. RGB value is (246,75,12). Sum of RGB (Red+Green+Blue) = 246+75+12=333 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.87% from 333); Green value is 75 (29.69% from 255 or 22.52% from 333); Blue value is 12 (5.08% from 255 or 3.60% from 333); Max value from RGB is 246 - color contains mainly: red. Hex color #F64B0C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64B0C is #09B4F3. Grayscale: #777777. Windows color (decimal): -636148 or 805878. OLE color: 805878.

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

Color convert

RGB 246 75 12 -
CMYK 0 0.70 0.95 0.04
HSL 16.15º 0.93% 0.51% -
HSV(B) 16.15º 0.95% 0.96% -
XYZ 40.59 24.65 2.97 -
YUV 118.95 67.65 218.62 -
System Red Green Blue C M Y K H S L
Decimal 246 75 12 0 0.70 0.95 0.04 16.15 0.93 0.51
Hex F6 4B C 0 46 5F 4 10 5D 33
Octal 366 113 14 0 106 137 4 20 135 63
Binary 11110110 1001011 1100 0 1000110 1011111 100 10000 1011101 110011

Color Harmonies of #F64B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64B0C

Black with #F64B0C

Text Example


Text Example

White with #F64B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64B0C; }

 p { color: rgb(246,75,12); }

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

background-color css

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

 a { background-color: rgb(246,75,12); }

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

border-color css

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

 span { border-color: rgb(246,75,12); }

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