Html Css Color HEX #F94F12 Vermilion

📋 copy color: '#F94F12'

red 249 ◦ green 79 ◦ blue 18

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

Shades of Vermilion #F94F12

Tints of Vermilion #F94F12

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.83%

 BLUE value IS 18 (7.42% from 255) = 5.2%

R = 71.97%
G = 22.83%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#F94F12 (or 0xF94F12) is known color: Vermilion. HEX triplet: F9, 4F and 12. RGB value is (249,79,18). Sum of RGB (Red+Green+Blue) = 249+79+18=346 (45% of max value = 765). Red value is 249 (97.66% from 255 or 71.97% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 18 (7.42% from 255 or 5.20% from 346); Max value from RGB is 249 - color contains mainly: red. Hex color #F94F12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F94F12 is #06B0ED. Grayscale: #7B7B7B. Windows color (decimal): -438510 or 1200121. OLE color: 1200121.

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

Color convert

RGB 249 79 18 -
CMYK 0 0.68 0.93 0.02
HSL 15.84º 0.95% 0.52% -
HSV(B) 15.84º 0.93% 0.98% -
XYZ 41.97 25.78 3.34 -
YUV 122.88 68.82 217.96 -
System Red Green Blue C M Y K H S L
Decimal 249 79 18 0 0.68 0.93 0.02 15.84 0.95 0.52
Hex F9 4F 12 0 44 5D 2 10 5F 34
Octal 371 117 22 0 104 135 2 20 137 64
Binary 11111001 1001111 10010 0 1000100 1011101 10 10000 1011111 110100

Color Harmonies of #F94F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94F12

Black with #F94F12

Text Example


Text Example

White with #F94F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94F12; }

 p { color: rgb(249,79,18); }

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

background-color css

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

 a { background-color: rgb(249,79,18); }

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

border-color css

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

 span { border-color: rgb(249,79,18); }

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