Html Css Color HEX #F94F16 Vermilion

📋 copy color: '#F94F16'

red 249 ◦ green 79 ◦ blue 22

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

Shades of Vermilion #F94F16

Tints of Vermilion #F94F16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 6.29%

R = 71.14%
G = 22.57%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#F94F16 (or 0xF94F16) is known color: Vermilion. HEX triplet: F9, 4F and 16. RGB value is (249,79,22). Sum of RGB (Red+Green+Blue) = 249+79+22=350 (46% of max value = 765). Red value is 249 (97.66% from 255 or 71.14% from 350); Green value is 79 (31.25% from 255 or 22.57% from 350); Blue value is 22 (8.98% from 255 or 6.29% from 350); Max value from RGB is 249 - color contains mainly: red. Hex color #F94F16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F94F16 is #06B0E9. Grayscale: #7B7B7B. Windows color (decimal): -438506 or 1462265. OLE color: 1462265.

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

Color convert

RGB 249 79 22 -
CMYK 0 0.68 0.91 0.02
HSL 15.07º 0.95% 0.53% -
HSV(B) 15.07º 0.91% 0.98% -
XYZ 42.01 25.79 3.52 -
YUV 123.33 70.82 217.63 -
System Red Green Blue C M Y K H S L
Decimal 249 79 22 0 0.68 0.91 0.02 15.07 0.95 0.53
Hex F9 4F 16 0 44 5B 2 F 5F 35
Octal 371 117 26 0 104 133 2 17 137 65
Binary 11111001 1001111 10110 0 1000100 1011011 10 1111 1011111 110101

Color Harmonies of #F94F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94F16

Black with #F94F16

Text Example


Text Example

White with #F94F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94F16; }

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

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

background-color css

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

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

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

border-color css

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

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

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