Html Css Color HEX #F64900 Vermilion

📋 copy color: '#F64900'

red 246 ◦ green 73 ◦ blue 0

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

Shades of Vermilion #F64900

Tints of Vermilion #F64900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 77.12%
G = 22.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F64900 (or 0xF64900) is known color: Vermilion. HEX triplet: F6, 49 and 00. RGB value is (246,73,0). Sum of RGB (Red+Green+Blue) = 246+73+0=319 (42% of max value = 765). Red value is 246 (96.48% from 255 or 77.12% from 319); Green value is 73 (28.91% from 255 or 22.88% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 246 - color contains mainly: red. Hex color #F64900 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64900 is #09B6FF. Grayscale: #747474. Windows color (decimal): -636672 or 18934. OLE color: 18934.

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

Color convert

RGB 246 73 0 -
CMYK 0 0.70 1 0.04
HSL 17.8º 1% 0.48% -
HSV(B) 17.8º 1% 0.96% -
XYZ 40.39 24.36 2.57 -
YUV 116.41 62.31 220.44 -
System Red Green Blue C M Y K H S L
Decimal 246 73 0 0 0.70 1 0.04 17.8 1 0.48
Hex F6 49 0 0 46 64 4 12 64 30
Octal 366 111 0 0 106 144 4 22 144 60
Binary 11110110 1001001 0 0 1000110 1100100 100 10010 1100100 110000

Color Harmonies of #F64900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64900

Black with #F64900

Text Example


Text Example

White with #F64900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64900; }

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

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

background-color css

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

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

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

border-color css

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

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

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