Html Css Color HEX #FA4C16 Vermilion

📋 copy color: '#FA4C16'

red 250 ◦ green 76 ◦ blue 22

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

Shades of Vermilion #FA4C16

Tints of Vermilion #FA4C16

RGB

 RED value IS 250 (98.05% from 255) = 71.84%

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

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

R = 71.84%
G = 21.84%
B = 6.32%

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

#FA4C16 (or 0xFA4C16) is known color: Vermilion. HEX triplet: FA, 4C and 16. RGB value is (250,76,22). Sum of RGB (Red+Green+Blue) = 250+76+22=348 (46% of max value = 765). Red value is 250 (98.05% from 255 or 71.84% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 22 (8.98% from 255 or 6.32% from 348); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4C16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4C16 is #05B3E9. Grayscale: #7A7A7A. Windows color (decimal): -373738 or 1461498. OLE color: 1461498.

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

Color convert

RGB 250 76 22 -
CMYK 0 0.70 0.91 0.02
HSL 14.21º 0.96% 0.53% -
HSV(B) 14.21º 0.91% 0.98% -
XYZ 42.15 25.55 3.47 -
YUV 121.87 71.65 219.39 -
System Red Green Blue C M Y K H S L
Decimal 250 76 22 0 0.70 0.91 0.02 14.21 0.96 0.53
Hex FA 4C 16 0 46 5B 2 E 60 35
Octal 372 114 26 0 106 133 2 16 140 65
Binary 11111010 1001100 10110 0 1000110 1011011 10 1110 1100000 110101

Color Harmonies of #FA4C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4C16

Black with #FA4C16

Text Example


Text Example

White with #FA4C16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4C16; }

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

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

background-color css

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

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

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

border-color css

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

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

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