Html Css Color HEX #F94C1B Vermilion

📋 copy color: '#F94C1B'

red 249 ◦ green 76 ◦ blue 27

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

Shades of Vermilion #F94C1B

Tints of Vermilion #F94C1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.67%

R = 70.74%
G = 21.59%
B = 7.67%

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

#F94C1B (or 0xF94C1B) is known color: Vermilion. HEX triplet: F9, 4C and 1B. RGB value is (249,76,27). Sum of RGB (Red+Green+Blue) = 249+76+27=352 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.74% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 27 (10.94% from 255 or 7.67% from 352); Max value from RGB is 249 - color contains mainly: red. Hex color #F94C1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F94C1B is #06B3E4. Grayscale: #7A7A7A. Windows color (decimal): -439269 or 1789177. OLE color: 1789177.

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

Color convert

RGB 249 76 27 -
CMYK 0 0.69 0.89 0.02
HSL 13.24º 0.95% 0.54% -
HSV(B) 13.24º 0.89% 0.98% -
XYZ 41.85 25.39 3.73 -
YUV 122.14 74.31 218.48 -
System Red Green Blue C M Y K H S L
Decimal 249 76 27 0 0.69 0.89 0.02 13.24 0.95 0.54
Hex F9 4C 1B 0 45 59 2 D 5F 36
Octal 371 114 33 0 105 131 2 15 137 66
Binary 11111001 1001100 11011 0 1000101 1011001 10 1101 1011111 110110

Color Harmonies of #F94C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F94C1B

Black with #F94C1B

Text Example


Text Example

White with #F94C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F94C1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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