#FF4E0C

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

Shades of Vermilion #FF4E0C

Tints of Vermilion #FF4E0C

Color information

#FF4E0C (or 0xFF4E0C) is unknown color: approx Vermilion. HEX triplet: FF, 4E and 0C. RGB value is (255,78,12). Sum of RGB (Red+Green+Blue) = 255+78+12=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4E0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF4E0C is #00B1F3. Grayscale: #7B7B7B. Windows color (decimal): -45556 or 806655. OLE color: 806655.

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

Color convert

RGB2557812-
CMYK00.690.950
HSL16.3º100%52.35%-
HSV(B)16.3º95.29%100%-
XYZ44.0326.743.19-
YUV123.465.14221.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 73.91%
GREEN value IS 78 (30.86% from 255) = 22.61%
BLUE value IS 12 (5.08% from 255) = 3.48%
R=73.91%
G=22.61%
B=3.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.95
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255781200.690.95016.310052.35
HexFF4EC0455F0106434
Octal37711614010513702014464
Binary11111111100111011000100010110111110100001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4E0C; }

 p { color: rgb(255,78,12); }

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

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

 a { background-color: rgb(255,78,12); }

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

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

 span { border-color: rgb(255,78,12); }

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