Html Css Color HEX #F94D07 Vermilion

📋 copy color: '#F94D07'

red 249 ◦ green 77 ◦ blue 7

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

Shades of Vermilion #F94D07

Tints of Vermilion #F94D07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.1%

R = 74.77%
G = 23.12%
B = 2.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#F94D07 (or 0xF94D07) is known color: Vermilion. HEX triplet: F9, 4D and 07. RGB value is (249,77,7). Sum of RGB (Red+Green+Blue) = 249+77+7=333 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.77% from 333); Green value is 77 (30.47% from 255 or 23.12% from 333); Blue value is 7 (3.12% from 255 or 2.10% from 333); Max value from RGB is 249 - color contains mainly: red. Hex color #F94D07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F94D07 is #06B2F8. Grayscale: #787878. Windows color (decimal): -439033 or 478713. OLE color: 478713.

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

Color convert

RGB 249 77 7 -
CMYK 0 0.69 0.97 0.02
HSL 17.36º 0.95% 0.5% -
HSV(B) 17.36º 0.97% 0.98% -
XYZ 41.76 25.46 2.91 -
YUV 120.45 63.98 219.69 -
System Red Green Blue C M Y K H S L
Decimal 249 77 7 0 0.69 0.97 0.02 17.36 0.95 0.5
Hex F9 4D 7 0 45 61 2 11 5F 32
Octal 371 115 7 0 105 141 2 21 137 62
Binary 11111001 1001101 111 0 1000101 1100001 10 10001 1011111 110010

Color Harmonies of #F94D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94D07

Black with #F94D07

Text Example


Text Example

White with #F94D07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94D07; }

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

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

background-color css

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

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

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

border-color css

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

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

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