Html Css Color HEX #FA4C01 Vermilion

📋 copy color: '#FA4C01'

red 250 ◦ green 76 ◦ blue 1

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

Shades of Vermilion #FA4C01

Tints of Vermilion #FA4C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 76.45%
G = 23.24%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1.00

 K value IS 0.02

RGB Variations

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

Color information

#FA4C01 (or 0xFA4C01) is known color: Vermilion. HEX triplet: FA, 4C and 01. RGB value is (250,76,1). Sum of RGB (Red+Green+Blue) = 250+76+1=327 (43% of max value = 765). Red value is 250 (98.05% from 255 or 76.45% from 327); Green value is 76 (30.08% from 255 or 23.24% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 250 - color contains mainly: red. Hex color #FA4C01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA4C01 is #05B3FE. Grayscale: #777777. Windows color (decimal): -373759 or 85242. OLE color: 85242.

HSL color Cylindrical-coordinate representation of color #FA4C01: hue angle of 18.07º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA4C01 is Cyan = 0, Magento = 0.70, Yellow = 1.00 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 76 1 -
CMYK 0 0.70 1.00 0.02
HSL 18.07º 0.99% 0.49% -
HSV(B) 18.07º 1% 0.98% -
XYZ 42.01 25.5 2.74 -
YUV 119.48 61.15 221.1 -
System Red Green Blue C M Y K H S L
Decimal 250 76 1 0 0.70 1.00 0.02 18.07 0.99 0.49
Hex FA 4C 1 0 46 64 2 12 63 31
Octal 372 114 1 0 106 144 2 22 143 61
Binary 11111010 1001100 1 0 1000110 1100100 10 10010 1100011 110001

Color Harmonies of #FA4C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA4C01

Black with #FA4C01

Text Example


Text Example

White with #FA4C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA4C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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