Html Css Color HEX #F64F18 Vermilion

📋 copy color: '#F64F18'

red 246 ◦ green 79 ◦ blue 24

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

Shades of Vermilion #F64F18

Tints of Vermilion #F64F18

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.64%

 BLUE value IS 24 (9.77% from 255) = 6.88%

R = 70.49%
G = 22.64%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F64F18 (or 0xF64F18) is known color: Vermilion. HEX triplet: F6, 4F and 18. RGB value is (246,79,24). Sum of RGB (Red+Green+Blue) = 246+79+24=349 (46% of max value = 765). Red value is 246 (96.48% from 255 or 70.49% from 349); Green value is 79 (31.25% from 255 or 22.64% from 349); Blue value is 24 (9.77% from 255 or 6.88% from 349); Max value from RGB is 246 - color contains mainly: red. Hex color #F64F18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F64F18 is #09B0E7. Grayscale: #7B7B7B. Windows color (decimal): -635112 or 1593334. OLE color: 1593334.

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

Color convert

RGB 246 79 24 -
CMYK 0 0.68 0.90 0.04
HSL 14.86º 0.93% 0.53% -
HSV(B) 14.86º 0.9% 0.96% -
XYZ 40.97 25.25 3.58 -
YUV 122.66 72.33 215.97 -
System Red Green Blue C M Y K H S L
Decimal 246 79 24 0 0.68 0.90 0.04 14.86 0.93 0.53
Hex F6 4F 18 0 44 5A 4 F 5C 35
Octal 366 117 30 0 104 132 4 17 134 65
Binary 11110110 1001111 11000 0 1000100 1011010 100 1111 1011100 110101

Color Harmonies of #F64F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64F18

Black with #F64F18

Text Example


Text Example

White with #F64F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64F18; }

 p { color: rgb(246,79,24); }

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

background-color css

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

 a { background-color: rgb(246,79,24); }

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

border-color css

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

 span { border-color: rgb(246,79,24); }

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