Html Css Color HEX #F94C07 Vermilion

📋 copy color: '#F94C07'

red 249 ◦ green 76 ◦ blue 7

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

Shades of Vermilion #F94C07

Tints of Vermilion #F94C07

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.89%

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

R = 75%
G = 22.89%
B = 2.11%

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

#F94C07 (or 0xF94C07) is known color: Vermilion. HEX triplet: F9, 4C and 07. RGB value is (249,76,7). Sum of RGB (Red+Green+Blue) = 249+76+7=332 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 7 (3.12% from 255 or 2.11% from 332); Max value from RGB is 249 - color contains mainly: red. Hex color #F94C07 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94C07 is #06B3F8. Grayscale: #787878. Windows color (decimal): -439289 or 478457. OLE color: 478457.

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

Color convert

RGB 249 76 7 -
CMYK 0 0.69 0.97 0.02
HSL 17.11º 0.95% 0.5% -
HSV(B) 17.11º 0.97% 0.98% -
XYZ 41.69 25.32 2.89 -
YUV 119.86 64.31 220.11 -
System Red Green Blue C M Y K H S L
Decimal 249 76 7 0 0.69 0.97 0.02 17.11 0.95 0.5
Hex F9 4C 7 0 45 61 2 11 5F 32
Octal 371 114 7 0 105 141 2 21 137 62
Binary 11111001 1001100 111 0 1000101 1100001 10 10001 1011111 110010

Color Harmonies of #F94C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94C07

Black with #F94C07

Text Example


Text Example

White with #F94C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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