Html Css Color HEX #F64B12 Vermilion

📋 copy color: '#F64B12'

red 246 ◦ green 75 ◦ blue 18

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

Shades of Vermilion #F64B12

Tints of Vermilion #F64B12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.31%

R = 72.57%
G = 22.12%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F64B12 (or 0xF64B12) is known color: Vermilion. HEX triplet: F6, 4B and 12. RGB value is (246,75,18). Sum of RGB (Red+Green+Blue) = 246+75+18=339 (44% of max value = 765). Red value is 246 (96.48% from 255 or 72.57% from 339); Green value is 75 (29.69% from 255 or 22.12% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 246 - color contains mainly: red. Hex color #F64B12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64B12 is #09B4ED. Grayscale: #787878. Windows color (decimal): -636142 or 1199094. OLE color: 1199094.

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

Color convert

RGB 246 75 18 -
CMYK 0 0.70 0.93 0.04
HSL 15º 0.93% 0.52% -
HSV(B) 15º 0.93% 0.96% -
XYZ 40.63 24.67 3.19 -
YUV 119.63 70.65 218.13 -
System Red Green Blue C M Y K H S L
Decimal 246 75 18 0 0.70 0.93 0.04 15 0.93 0.52
Hex F6 4B 12 0 46 5D 4 F 5D 34
Octal 366 113 22 0 106 135 4 17 135 64
Binary 11110110 1001011 10010 0 1000110 1011101 100 1111 1011101 110100

Color Harmonies of #F64B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64B12

Black with #F64B12

Text Example


Text Example

White with #F64B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64B12; }

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

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

background-color css

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

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

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

border-color css

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

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

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