Html Css Color HEX #FB4C16 Vermilion

📋 copy color: '#FB4C16'

red 251 ◦ green 76 ◦ blue 22

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

Shades of Vermilion #FB4C16

Tints of Vermilion #FB4C16

RGB

 RED value IS 251 (98.44% from 255) = 71.92%

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

 BLUE value IS 22 (8.98% from 255) = 6.3%

R = 71.92%
G = 21.78%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FB4C16 (or 0xFB4C16) is known color: Vermilion. HEX triplet: FB, 4C and 16. RGB value is (251,76,22). Sum of RGB (Red+Green+Blue) = 251+76+22=349 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.92% from 349); Green value is 76 (30.08% from 255 or 21.78% from 349); Blue value is 22 (8.98% from 255 or 6.30% from 349); Max value from RGB is 251 - color contains mainly: red. Hex color #FB4C16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FB4C16 is #04B3E9. Grayscale: #7A7A7A. Windows color (decimal): -308202 or 1461499. OLE color: 1461499.

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

Color convert

RGB 251 76 22 -
CMYK 0 0.70 0.91 0.02
HSL 14.15º 0.97% 0.54% -
HSV(B) 14.15º 0.91% 0.98% -
XYZ 42.51 25.74 3.49 -
YUV 122.17 71.48 219.89 -
System Red Green Blue C M Y K H S L
Decimal 251 76 22 0 0.70 0.91 0.02 14.15 0.97 0.54
Hex FB 4C 16 0 46 5B 2 E 61 36
Octal 373 114 26 0 106 133 2 16 141 66
Binary 11111011 1001100 10110 0 1000110 1011011 10 1110 1100001 110110

Color Harmonies of #FB4C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB4C16

Black with #FB4C16

Text Example


Text Example

White with #FB4C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB4C16; }

 p { color: rgb(251,76,22); }

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

background-color css

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

 a { background-color: rgb(251,76,22); }

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

border-color css

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

 span { border-color: rgb(251,76,22); }

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