Html Css Color HEX #F94D09 Vermilion

📋 copy color: '#F94D09'

red 249 ◦ green 77 ◦ blue 9

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

Shades of Vermilion #F94D09

Tints of Vermilion #F94D09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.69%

R = 74.33%
G = 22.99%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F94D09 (or 0xF94D09) is known color: Vermilion. HEX triplet: F9, 4D and 09. RGB value is (249,77,9). Sum of RGB (Red+Green+Blue) = 249+77+9=335 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.33% from 335); Green value is 77 (30.47% from 255 or 22.99% from 335); Blue value is 9 (3.91% from 255 or 2.69% from 335); Max value from RGB is 249 - color contains mainly: red. Hex color #F94D09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F94D09 is #06B2F6. Grayscale: #797979. Windows color (decimal): -439031 or 609785. OLE color: 609785.

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

Color convert

RGB 249 77 9 -
CMYK 0 0.69 0.96 0.02
HSL 17º 0.95% 0.51% -
HSV(B) 17º 0.96% 0.98% -
XYZ 41.77 25.47 2.97 -
YUV 120.68 64.98 219.53 -
System Red Green Blue C M Y K H S L
Decimal 249 77 9 0 0.69 0.96 0.02 17 0.95 0.51
Hex F9 4D 9 0 45 60 2 11 5F 33
Octal 371 115 11 0 105 140 2 21 137 63
Binary 11111001 1001101 1001 0 1000101 1100000 10 10001 1011111 110011

Color Harmonies of #F94D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94D09

Black with #F94D09

Text Example


Text Example

White with #F94D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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