#FF8340

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

Shades of Coral #FF8340

Tints of Coral #FF8340

Color information

#FF8340 (or 0xFF8340) is unknown color: approx Coral. HEX triplet: FF, 83 and 40. RGB value is (255,131,64). Sum of RGB (Red+Green+Blue) = 255+131+64=450 (59% of max value = 765). Red value is 255 (100% from 255 or 56.67% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 64 (25.39% from 255 or 14.22% from 450); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8340 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8340 is #007CBF. Grayscale: #A0A0A0. Windows color (decimal): -31936 or 4228095. OLE color: 4228095.

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

Color convert

RGB25513164-
CMYK00.490.750
HSL21.05º100%62.55%-
HSV(B)21.05º74.9%100%-
XYZ50.2837.869.51-
YUV160.4473.58195.45-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.67%
GREEN value IS 131 (51.56% from 255) = 29.11%
BLUE value IS 64 (25.39% from 255) = 14.22%
R=56.67%
G=29.11%
B=14.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551316400.490.75021.0510062.55
HexFF83400314B015643f
Octal37720310006111302514477
Binary11111111100000111000000011000110010110101011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8340; }

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

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

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

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

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

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

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

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