Html Css Color HEX #FF4B01 Vermilion

📋 copy color: '#FF4B01'

red 255 ◦ green 75 ◦ blue 1

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

Shades of Vermilion #FF4B01

Tints of Vermilion #FF4B01

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.66%

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

R = 77.04%
G = 22.66%
B = 0.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1.00

 K value IS 0

RGB Variations

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

Color information

#FF4B01 (or 0xFF4B01) is known color: Vermilion. HEX triplet: FF, 4B and 01. RGB value is (255,75,1). Sum of RGB (Red+Green+Blue) = 255+75+1=331 (43% of max value = 765). Red value is 255 (100% from 255 or 77.04% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4B01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4B01 is #00B4FE. Grayscale: #787878. Windows color (decimal): -46335 or 84991. OLE color: 84991.

HSL color Cylindrical-coordinate representation of color #FF4B01: hue angle of 17.48º 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 #FF4B01 is Cyan = 0, Magento = 0.71, Yellow = 1.00 and Black (K on CMYK) = 0.

Color convert

RGB 255 75 1 -
CMYK 0 0.71 1.00 0
HSL 17.48º 1% 0.5% -
HSV(B) 17.48º 1% 1% -
XYZ 43.76 26.29 2.8 -
YUV 120.38 60.63 224.02 -
System Red Green Blue C M Y K H S L
Decimal 255 75 1 0 0.71 1.00 0 17.48 1 0.5
Hex FF 4B 1 0 47 64 0 11 64 32
Octal 377 113 1 0 107 144 0 21 144 62
Binary 11111111 1001011 1 0 1000111 1100100 0 10001 1100100 110010

Color Harmonies of #FF4B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4B01

Black with #FF4B01

Text Example


Text Example

White with #FF4B01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4B01; }

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

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

background-color css

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

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

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

border-color css

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

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

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