#FFD487

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

Shades of Salomie #FFD487

Tints of Salomie #FFD487

Color information

#FFD487 (or 0xFFD487) is unknown color: approx Salomie. HEX triplet: FF, D4 and 87. RGB value is (255,212,135). Sum of RGB (Red+Green+Blue) = 255+212+135=602 (79% of max value = 765). Red value is 255 (100% from 255 or 42.36% from 602); Green value is 212 (83.20% from 255 or 35.22% from 602); Blue value is 135 (53.12% from 255 or 22.43% from 602); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD487 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD487 is #002B78. Grayscale: #D8D8D8. Windows color (decimal): -11129 or 8901887. OLE color: 8901887.

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

Color convert

RGB255212135-
CMYK00.170.470
HSL38.5º100%76.47%-
HSV(B)38.5º47.06%100%-
XYZ69.1670.132.81-
YUV216.0882.25155.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.36%
GREEN value IS 212 (83.20% from 255) = 35.22%
BLUE value IS 135 (53.12% from 255) = 22.43%
R=42.36%
G=35.22%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.47
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521213500.170.47038.510076.47
HexFFD4870112F026644c
Octal37732420702157046144114
Binary111111111101010010000111010001101111010011011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD487; }

 p { color: rgb(255,212,135); }

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

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

 a { background-color: rgb(255,212,135); }

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

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

 span { border-color: rgb(255,212,135); }

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