Html Css Color HEX #F64902 Vermilion

📋 copy color: '#F64902'

red 246 ◦ green 73 ◦ blue 2

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

Shades of Vermilion #F64902

Tints of Vermilion #F64902

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.74%

 BLUE value IS 2 (1.17% from 255) = 0.62%

R = 76.64%
G = 22.74%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F64902 (or 0xF64902) is known color: Vermilion. HEX triplet: F6, 49 and 02. RGB value is (246,73,2). Sum of RGB (Red+Green+Blue) = 246+73+2=321 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.64% from 321); Green value is 73 (28.91% from 255 or 22.74% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 246 - color contains mainly: red. Hex color #F64902 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64902 is #09B6FD. Grayscale: #757575. Windows color (decimal): -636670 or 150006. OLE color: 150006.

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

Color convert

RGB 246 73 2 -
CMYK 0 0.70 0.99 0.04
HSL 17.46º 0.98% 0.49% -
HSV(B) 17.46º 0.99% 0.96% -
XYZ 40.4 24.36 2.63 -
YUV 116.63 63.31 220.27 -
System Red Green Blue C M Y K H S L
Decimal 246 73 2 0 0.70 0.99 0.04 17.46 0.98 0.49
Hex F6 49 2 0 46 63 4 11 62 31
Octal 366 111 2 0 106 143 4 21 142 61
Binary 11110110 1001001 10 0 1000110 1100011 100 10001 1100010 110001

Color Harmonies of #F64902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64902

Black with #F64902

Text Example


Text Example

White with #F64902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64902; }

 p { color: rgb(246,73,2); }

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

background-color css

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

 a { background-color: rgb(246,73,2); }

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

border-color css

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

 span { border-color: rgb(246,73,2); }

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