Html Css Color HEX #FF4D16 Vermilion

📋 copy color: '#FF4D16'

red 255 ◦ green 77 ◦ blue 22

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

Shades of Vermilion #FF4D16

Tints of Vermilion #FF4D16

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.75%

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

R = 72.03%
G = 21.75%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FF4D16 (or 0xFF4D16) is known color: Vermilion. HEX triplet: FF, 4D and 16. RGB value is (255,77,22). Sum of RGB (Red+Green+Blue) = 255+77+22=354 (46% of max value = 765). Red value is 255 (100% from 255 or 72.03% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 22 (8.98% from 255 or 6.21% from 354); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF4D16 is #00B2E9. Grayscale: #7C7C7C. Windows color (decimal): -45802 or 1461759. OLE color: 1461759.

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

Color convert

RGB 255 77 22 -
CMYK 0 0.70 0.91 0
HSL 14.16º 1% 0.54% -
HSV(B) 14.16º 0.91% 1% -
XYZ 44.04 26.63 3.58 -
YUV 123.95 70.47 221.47 -
System Red Green Blue C M Y K H S L
Decimal 255 77 22 0 0.70 0.91 0 14.16 1 0.54
Hex FF 4D 16 0 46 5B 0 E 64 36
Octal 377 115 26 0 106 133 0 16 144 66
Binary 11111111 1001101 10110 0 1000110 1011011 0 1110 1100100 110110

Color Harmonies of #FF4D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF4D16

Black with #FF4D16

Text Example


Text Example

White with #FF4D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF4D16; }

 p { color: rgb(255,77,22); }

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

background-color css

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

 a { background-color: rgb(255,77,22); }

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

border-color css

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

 span { border-color: rgb(255,77,22); }

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