#FF4D00

Color #FF4D00 Vermilion (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vermilion #FF4D00

Tints of Vermilion #FF4D00

Color information

#FF4D00 (or 0xFF4D00) is unknown color: approx Vermilion. HEX triplet: FF, 4D and 00. RGB value is (255,77,0). Sum of RGB (Red+Green+Blue) = 255+77+0=332 (43% of max value = 765). Red value is 255 (100% from 255 or 76.81% from 332); Green value is 77 (30.47% from 255 or 23.19% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4D00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF4D00 is #00B2FF. Grayscale: #797979. Windows color (decimal): -45824 or 19967. OLE color: 19967.

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

Color convert

RGB255770-
CMYK00.7010
HSL18.12º100%50%-
HSV(B)18.12º100%100%-
XYZ43.8926.572.81-
YUV121.4459.47223.26-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 76.81%
GREEN value IS 77 (30.47% from 255) = 23.19%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.81%
G=23.19%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25577000.701018.1210050
HexFF4D0046640126432
Octal3771150010614402214462
Binary11111111100110100100011011001000100101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4D00; }

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

 H1.HeaderClassName
 {
   color: #FF4D00;
 }
 .AnyTagClassName
 {
   color: #FF4D00;
 }
</style>
background-color css

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

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

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

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

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

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