Html Css Color HEX #FF4C01 Vermilion

📋 copy color: '#FF4C01'

red 255 ◦ green 76 ◦ blue 1

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

Shades of Vermilion #FF4C01

Tints of Vermilion #FF4C01

RGB

 RED value IS 255 (100% from 255) = 76.81%

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

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

R = 76.81%
G = 22.89%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FF4C01 (or 0xFF4C01) is known color: Vermilion. HEX triplet: FF, 4C and 01. RGB value is (255,76,1). Sum of RGB (Red+Green+Blue) = 255+76+1=332 (43% of max value = 765). Red value is 255 (100% from 255 or 76.81% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 1 (0.78% from 255 or 0.30% from 332); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4C01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4C01 is #00B3FE. Grayscale: #797979. Windows color (decimal): -46079 or 85247. OLE color: 85247.

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

Color convert

RGB 255 76 1 -
CMYK 0 0.70 1.00 0
HSL 17.72º 1% 0.5% -
HSV(B) 17.72º 1% 1% -
XYZ 43.83 26.43 2.82 -
YUV 120.97 60.3 223.6 -
System Red Green Blue C M Y K H S L
Decimal 255 76 1 0 0.70 1.00 0 17.72 1 0.5
Hex FF 4C 1 0 46 64 0 12 64 32
Octal 377 114 1 0 106 144 0 22 144 62
Binary 11111111 1001100 1 0 1000110 1100100 0 10010 1100100 110010

Color Harmonies of #FF4C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4C01

Black with #FF4C01

Text Example


Text Example

White with #FF4C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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