Html Css Color HEX #F94D18 Vermilion

📋 copy color: '#F94D18'

red 249 ◦ green 77 ◦ blue 24

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

Shades of Vermilion #F94D18

Tints of Vermilion #F94D18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.86%

R = 71.14%
G = 22%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#F94D18 (or 0xF94D18) is known color: Vermilion. HEX triplet: F9, 4D and 18. RGB value is (249,77,24). Sum of RGB (Red+Green+Blue) = 249+77+24=350 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.14% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 24 (9.77% from 255 or 6.86% from 350); Max value from RGB is 249 - color contains mainly: red. Hex color #F94D18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F94D18 is #06B2E7. Grayscale: #7A7A7A. Windows color (decimal): -439016 or 1592825. OLE color: 1592825.

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

Color convert

RGB 249 77 24 -
CMYK 0 0.69 0.90 0.02
HSL 14.13º 0.95% 0.54% -
HSV(B) 14.13º 0.9% 0.98% -
XYZ 41.89 25.51 3.58 -
YUV 122.39 72.48 218.31 -
System Red Green Blue C M Y K H S L
Decimal 249 77 24 0 0.69 0.90 0.02 14.13 0.95 0.54
Hex F9 4D 18 0 45 5A 2 E 5F 36
Octal 371 115 30 0 105 132 2 16 137 66
Binary 11111001 1001101 11000 0 1000101 1011010 10 1110 1011111 110110

Color Harmonies of #F94D18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94D18

Black with #F94D18

Text Example


Text Example

White with #F94D18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94D18; }

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

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

background-color css

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

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

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

border-color css

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

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

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