Html Css Color HEX #F64C0F Vermilion

📋 copy color: '#F64C0F'

red 246 ◦ green 76 ◦ blue 15

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

Shades of Vermilion #F64C0F

Tints of Vermilion #F64C0F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.55%

 BLUE value IS 15 (6.25% from 255) = 4.45%

R = 73%
G = 22.55%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F64C0F (or 0xF64C0F) is known color: Vermilion. HEX triplet: F6, 4C and 0F. RGB value is (246,76,15). Sum of RGB (Red+Green+Blue) = 246+76+15=337 (44% of max value = 765). Red value is 246 (96.48% from 255 or 73.00% from 337); Green value is 76 (30.08% from 255 or 22.55% from 337); Blue value is 15 (6.25% from 255 or 4.45% from 337); Max value from RGB is 246 - color contains mainly: red. Hex color #F64C0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64C0F is #09B3F0. Grayscale: #787878. Windows color (decimal): -635889 or 1002742. OLE color: 1002742.

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

Color convert

RGB 246 76 15 -
CMYK 0 0.69 0.94 0.04
HSL 15.84º 0.93% 0.51% -
HSV(B) 15.84º 0.94% 0.96% -
XYZ 40.68 24.8 3.09 -
YUV 119.88 68.82 217.96 -
System Red Green Blue C M Y K H S L
Decimal 246 76 15 0 0.69 0.94 0.04 15.84 0.93 0.51
Hex F6 4C F 0 45 5E 4 10 5D 33
Octal 366 114 17 0 105 136 4 20 135 63
Binary 11110110 1001100 1111 0 1000101 1011110 100 10000 1011101 110011

Color Harmonies of #F64C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64C0F

Black with #F64C0F

Text Example


Text Example

White with #F64C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64C0F; }

 p { color: rgb(246,76,15); }

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

background-color css

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

 a { background-color: rgb(246,76,15); }

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

border-color css

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

 span { border-color: rgb(246,76,15); }

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