Html Css Color HEX #F94F11 Vermilion

📋 copy color: '#F94F11'

red 249 ◦ green 79 ◦ blue 17

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

Shades of Vermilion #F94F11

Tints of Vermilion #F94F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.93%

R = 72.17%
G = 22.9%
B = 4.93%

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

#F94F11 (or 0xF94F11) is known color: Vermilion. HEX triplet: F9, 4F and 11. RGB value is (249,79,17). Sum of RGB (Red+Green+Blue) = 249+79+17=345 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.17% from 345); Green value is 79 (31.25% from 255 or 22.90% from 345); Blue value is 17 (7.03% from 255 or 4.93% from 345); Max value from RGB is 249 - color contains mainly: red. Hex color #F94F11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F94F11 is #06B0EE. Grayscale: #7B7B7B. Windows color (decimal): -438511 or 1134585. OLE color: 1134585.

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

Color convert

RGB 249 79 17 -
CMYK 0 0.68 0.93 0.02
HSL 16.03º 0.95% 0.52% -
HSV(B) 16.03º 0.93% 0.98% -
XYZ 41.96 25.77 3.29 -
YUV 122.76 68.32 218.04 -
System Red Green Blue C M Y K H S L
Decimal 249 79 17 0 0.68 0.93 0.02 16.03 0.95 0.52
Hex F9 4F 11 0 44 5D 2 10 5F 34
Octal 371 117 21 0 104 135 2 20 137 64
Binary 11111001 1001111 10001 0 1000100 1011101 10 10000 1011111 110100

Color Harmonies of #F94F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94F11

Black with #F94F11

Text Example


Text Example

White with #F94F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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