Html Css Color HEX #F94D04 Vermilion

📋 copy color: '#F94D04'

red 249 ◦ green 77 ◦ blue 4

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

Shades of Vermilion #F94D04

Tints of Vermilion #F94D04

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.33%

 BLUE value IS 4 (1.95% from 255) = 1.21%

R = 75.45%
G = 23.33%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#F94D04 (or 0xF94D04) is known color: Vermilion. HEX triplet: F9, 4D and 04. RGB value is (249,77,4). Sum of RGB (Red+Green+Blue) = 249+77+4=330 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.45% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 4 (1.95% from 255 or 1.21% from 330); Max value from RGB is 249 - color contains mainly: red. Hex color #F94D04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F94D04 is #06B2FB. Grayscale: #787878. Windows color (decimal): -439036 or 282105. OLE color: 282105.

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

Color convert

RGB 249 77 4 -
CMYK 0 0.69 0.98 0.02
HSL 17.88º 0.97% 0.5% -
HSV(B) 17.88º 0.98% 0.98% -
XYZ 41.74 25.46 2.83 -
YUV 120.11 62.48 219.94 -
System Red Green Blue C M Y K H S L
Decimal 249 77 4 0 0.69 0.98 0.02 17.88 0.97 0.5
Hex F9 4D 4 0 45 62 2 12 61 32
Octal 371 115 4 0 105 142 2 22 141 62
Binary 11111001 1001101 100 0 1000101 1100010 10 10010 1100001 110010

Color Harmonies of #F94D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94D04

Black with #F94D04

Text Example


Text Example

White with #F94D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94D04; }

 p { color: rgb(249,77,4); }

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

background-color css

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

 a { background-color: rgb(249,77,4); }

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

border-color css

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

 span { border-color: rgb(249,77,4); }

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