Html Css Color HEX #F64A02 Vermilion

📋 copy color: '#F64A02'

red 246 ◦ green 74 ◦ blue 2

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

Shades of Vermilion #F64A02

Tints of Vermilion #F64A02

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.98%

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

R = 76.4%
G = 22.98%
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

#F64A02 (or 0xF64A02) is known color: Vermilion. HEX triplet: F6, 4A and 02. RGB value is (246,74,2). Sum of RGB (Red+Green+Blue) = 246+74+2=322 (42% of max value = 765). Red value is 246 (96.48% from 255 or 76.40% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 246 - color contains mainly: red. Hex color #F64A02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F64A02 is #09B5FD. Grayscale: #757575. Windows color (decimal): -636414 or 150262. OLE color: 150262.

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

Color convert

RGB 246 74 2 -
CMYK 0 0.70 0.99 0.04
HSL 17.7º 0.98% 0.49% -
HSV(B) 17.7º 0.99% 0.96% -
XYZ 40.47 24.49 2.65 -
YUV 117.22 62.98 219.85 -
System Red Green Blue C M Y K H S L
Decimal 246 74 2 0 0.70 0.99 0.04 17.7 0.98 0.49
Hex F6 4A 2 0 46 63 4 12 62 31
Octal 366 112 2 0 106 143 4 22 142 61
Binary 11110110 1001010 10 0 1000110 1100011 100 10010 1100010 110001

Color Harmonies of #F64A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F64A02

Black with #F64A02

Text Example


Text Example

White with #F64A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F64A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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