Html Css Color HEX #F94D1C Vermilion

📋 copy color: '#F94D1C'

red 249 ◦ green 77 ◦ blue 28

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

Shades of Vermilion #F94D1C

Tints of Vermilion #F94D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.91%

R = 70.34%
G = 21.75%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#F94D1C (or 0xF94D1C) is known color: Vermilion. HEX triplet: F9, 4D and 1C. RGB value is (249,77,28). Sum of RGB (Red+Green+Blue) = 249+77+28=354 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.34% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 28 (11.33% from 255 or 7.91% from 354); Max value from RGB is 249 - color contains mainly: red. Hex color #F94D1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F94D1C is #06B2E3. Grayscale: #7B7B7B. Windows color (decimal): -439012 or 1854969. OLE color: 1854969.

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

Color convert

RGB 249 77 28 -
CMYK 0 0.69 0.89 0.02
HSL 13.3º 0.95% 0.54% -
HSV(B) 13.3º 0.89% 0.98% -
XYZ 41.93 25.53 3.82 -
YUV 122.84 74.48 217.98 -
System Red Green Blue C M Y K H S L
Decimal 249 77 28 0 0.69 0.89 0.02 13.3 0.95 0.54
Hex F9 4D 1C 0 45 59 2 D 5F 36
Octal 371 115 34 0 105 131 2 15 137 66
Binary 11111001 1001101 11100 0 1000101 1011001 10 1101 1011111 110110

Color Harmonies of #F94D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94D1C

Black with #F94D1C

Text Example


Text Example

White with #F94D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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