#FF8140

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

Shades of Coral #FF8140

Tints of Coral #FF8140

Color information

#FF8140 (or 0xFF8140) is unknown color: approx Coral. HEX triplet: FF, 81 and 40. RGB value is (255,129,64). Sum of RGB (Red+Green+Blue) = 255+129+64=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 64 (25.39% from 255 or 14.29% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8140 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8140 is #007EBF. Grayscale: #9F9F9F. Windows color (decimal): -32448 or 4227583. OLE color: 4227583.

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

Color convert

RGB25512964-
CMYK00.490.750
HSL20.42º100%62.55%-
HSV(B)20.42º74.9%100%-
XYZ50.0237.339.42-
YUV159.2674.24196.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.92%
GREEN value IS 129 (50.78% from 255) = 28.79%
BLUE value IS 64 (25.39% from 255) = 14.29%
R=56.92%
G=28.79%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551296400.490.75020.4210062.55
HexFF81400314B014643f
Octal37720110006111302414477
Binary11111111100000011000000011000110010110101001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8140; }

 p { color: rgb(255,129,64); }

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

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

 a { background-color: rgb(255,129,64); }

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

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

 span { border-color: rgb(255,129,64); }

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