Html Css Color HEX #F94D0B Vermilion

📋 copy color: '#F94D0B'

red 249 ◦ green 77 ◦ blue 11

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

Shades of Vermilion #F94D0B

Tints of Vermilion #F94D0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.26%

R = 73.89%
G = 22.85%
B = 3.26%

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

#F94D0B (or 0xF94D0B) is known color: Vermilion. HEX triplet: F9, 4D and 0B. RGB value is (249,77,11). Sum of RGB (Red+Green+Blue) = 249+77+11=337 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.89% from 337); Green value is 77 (30.47% from 255 or 22.85% from 337); Blue value is 11 (4.69% from 255 or 3.26% from 337); Max value from RGB is 249 - color contains mainly: red. Hex color #F94D0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F94D0B is #06B2F4. Grayscale: #797979. Windows color (decimal): -439029 or 740857. OLE color: 740857.

HSL color Cylindrical-coordinate representation of color #F94D0B: hue angle of 16.64º 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 #F94D0B is Cyan = 0, Magento = 0.69, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 77 11 -
CMYK 0 0.69 0.96 0.02
HSL 16.64º 0.95% 0.51% -
HSV(B) 16.64º 0.96% 0.98% -
XYZ 41.78 25.47 3.03 -
YUV 120.9 65.98 219.37 -
System Red Green Blue C M Y K H S L
Decimal 249 77 11 0 0.69 0.96 0.02 16.64 0.95 0.51
Hex F9 4D B 0 45 60 2 11 5F 33
Octal 371 115 13 0 105 140 2 21 137 63
Binary 11111001 1001101 1011 0 1000101 1100000 10 10001 1011111 110011

Color Harmonies of #F94D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94D0B

Black with #F94D0B

Text Example


Text Example

White with #F94D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94D0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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