Html Css Color HEX #F64C03 Vermilion

📋 copy color: '#F64C03'

red 246 ◦ green 76 ◦ blue 3

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

Shades of Vermilion #F64C03

Tints of Vermilion #F64C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.92%

R = 75.69%
G = 23.38%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.04

RGB Variations

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

Color information

#F64C03 (or 0xF64C03) is known color: Vermilion. HEX triplet: F6, 4C and 03. RGB value is (246,76,3). Sum of RGB (Red+Green+Blue) = 246+76+3=325 (43% of max value = 765). Red value is 246 (96.48% from 255 or 75.69% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 3 (1.56% from 255 or 0.92% from 325); Max value from RGB is 246 - color contains mainly: red. Hex color #F64C03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64C03 is #09B3FC. Grayscale: #767676. Windows color (decimal): -635901 or 216310. OLE color: 216310.

HSL color Cylindrical-coordinate representation of color #F64C03: hue angle of 18.02º 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 #F64C03 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 76 3 -
CMYK 0 0.69 0.99 0.04
HSL 18.02º 0.98% 0.49% -
HSV(B) 18.02º 0.99% 0.96% -
XYZ 40.61 24.77 2.73 -
YUV 118.51 62.82 218.94 -
System Red Green Blue C M Y K H S L
Decimal 246 76 3 0 0.69 0.99 0.04 18.02 0.98 0.49
Hex F6 4C 3 0 45 63 4 12 62 31
Octal 366 114 3 0 105 143 4 22 142 61
Binary 11110110 1001100 11 0 1000101 1100011 100 10010 1100010 110001

Color Harmonies of #F64C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64C03

Black with #F64C03

Text Example


Text Example

White with #F64C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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