Html Css Color HEX #F94C09 Vermilion

📋 copy color: '#F94C09'

red 249 ◦ green 76 ◦ blue 9

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

Shades of Vermilion #F94C09

Tints of Vermilion #F94C09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.69%

R = 74.55%
G = 22.75%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#F94C09 (or 0xF94C09) is known color: Vermilion. HEX triplet: F9, 4C and 09. RGB value is (249,76,9). Sum of RGB (Red+Green+Blue) = 249+76+9=334 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.55% from 334); Green value is 76 (30.08% from 255 or 22.75% from 334); Blue value is 9 (3.91% from 255 or 2.69% from 334); Max value from RGB is 249 - color contains mainly: red. Hex color #F94C09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94C09 is #06B3F6. Grayscale: #787878. Windows color (decimal): -439287 or 609529. OLE color: 609529.

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

Color convert

RGB 249 76 9 -
CMYK 0 0.69 0.96 0.02
HSL 16.75º 0.95% 0.51% -
HSV(B) 16.75º 0.96% 0.98% -
XYZ 41.7 25.33 2.95 -
YUV 120.09 65.31 219.95 -
System Red Green Blue C M Y K H S L
Decimal 249 76 9 0 0.69 0.96 0.02 16.75 0.95 0.51
Hex F9 4C 9 0 45 60 2 11 5F 33
Octal 371 114 11 0 105 140 2 21 137 63
Binary 11111001 1001100 1001 0 1000101 1100000 10 10001 1011111 110011

Color Harmonies of #F94C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94C09

Black with #F94C09

Text Example


Text Example

White with #F94C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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