#FF8358

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

Shades of Coral #FF8358

Tints of Coral #FF8358

Color information

#FF8358 (or 0xFF8358) is unknown color: approx Coral. HEX triplet: FF, 83 and 58. RGB value is (255,131,88). Sum of RGB (Red+Green+Blue) = 255+131+88=474 (62% of max value = 765). Red value is 255 (100% from 255 or 53.80% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 88 (34.77% from 255 or 18.57% from 474); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8358 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8358 is #007CA7. Grayscale: #A3A3A3. Windows color (decimal): -31912 or 5800959. OLE color: 5800959.

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

Color convert

RGB25513188-
CMYK00.490.650
HSL15.45º100%67.25%-
HSV(B)15.45º65.49%100%-
XYZ51.1238.213.91-
YUV163.1785.58193.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.80%
GREEN value IS 131 (51.56% from 255) = 27.64%
BLUE value IS 88 (34.77% from 255) = 18.57%
R=53.80%
G=27.64%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551318800.490.65015.4510067.25
HexFF8358031410f6443
Octal377203130061101017144103
Binary11111111100000111011000011000110000010111111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8358; }

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

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

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

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

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

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

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

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