Html Css Color HEX #F94C0D Vermilion

📋 copy color: '#F94C0D'

red 249 ◦ green 76 ◦ blue 13

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

Shades of Vermilion #F94C0D

Tints of Vermilion #F94C0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.85%

R = 73.67%
G = 22.49%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#F94C0D (or 0xF94C0D) is known color: Vermilion. HEX triplet: F9, 4C and 0D. RGB value is (249,76,13). Sum of RGB (Red+Green+Blue) = 249+76+13=338 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.67% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 13 (5.47% from 255 or 3.85% from 338); Max value from RGB is 249 - color contains mainly: red. Hex color #F94C0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F94C0D is #06B3F2. Grayscale: #787878. Windows color (decimal): -439283 or 871673. OLE color: 871673.

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

Color convert

RGB 249 76 13 -
CMYK 0 0.69 0.95 0.02
HSL 16.02º 0.95% 0.51% -
HSV(B) 16.02º 0.95% 0.98% -
XYZ 41.72 25.34 3.07 -
YUV 120.55 67.31 219.62 -
System Red Green Blue C M Y K H S L
Decimal 249 76 13 0 0.69 0.95 0.02 16.02 0.95 0.51
Hex F9 4C D 0 45 5F 2 10 5F 33
Octal 371 114 15 0 105 137 2 20 137 63
Binary 11111001 1001100 1101 0 1000101 1011111 10 10000 1011111 110011

Color Harmonies of #F94C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94C0D

Black with #F94C0D

Text Example


Text Example

White with #F94C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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