Html Css Color HEX #F94A02 Vermilion

📋 copy color: '#F94A02'

red 249 ◦ green 74 ◦ blue 2

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

Shades of Vermilion #F94A02

Tints of Vermilion #F94A02

RGB

 RED value IS 249 (97.66% from 255) = 76.62%

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

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

R = 76.62%
G = 22.77%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#F94A02 (or 0xF94A02) is known color: Vermilion. HEX triplet: F9, 4A and 02. RGB value is (249,74,2). Sum of RGB (Red+Green+Blue) = 249+74+2=325 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.62% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 249 - color contains mainly: red. Hex color #F94A02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94A02 is #06B5FD. Grayscale: #767676. Windows color (decimal): -439806 or 150265. OLE color: 150265.

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

Color convert

RGB 249 74 2 -
CMYK 0 0.70 0.99 0.02
HSL 17.49º 0.98% 0.49% -
HSV(B) 17.49º 0.99% 0.98% -
XYZ 41.53 25.04 2.7 -
YUV 118.12 62.48 221.35 -
System Red Green Blue C M Y K H S L
Decimal 249 74 2 0 0.70 0.99 0.02 17.49 0.98 0.49
Hex F9 4A 2 0 46 63 2 11 62 31
Octal 371 112 2 0 106 143 2 21 142 61
Binary 11111001 1001010 10 0 1000110 1100011 10 10001 1100010 110001

Color Harmonies of #F94A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94A02

Black with #F94A02

Text Example


Text Example

White with #F94A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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