#FFD582

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

Shades of Salomie #FFD582

Tints of Salomie #FFD582

Color information

#FFD582 (or 0xFFD582) is unknown color: approx Salomie. HEX triplet: FF, D5 and 82. RGB value is (255,213,130). Sum of RGB (Red+Green+Blue) = 255+213+130=598 (79% of max value = 765). Red value is 255 (100% from 255 or 42.64% from 598); Green value is 213 (83.59% from 255 or 35.62% from 598); Blue value is 130 (51.17% from 255 or 21.74% from 598); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD582 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD582 is #002A7D. Grayscale: #D8D8D8. Windows color (decimal): -10878 or 8574463. OLE color: 8574463.

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

Color convert

RGB255213130-
CMYK00.160.490
HSL39.84º100%75.49%-
HSV(B)39.84º49.02%100%-
XYZ69.0670.4631.08-
YUV216.179.41155.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.64%
GREEN value IS 213 (83.59% from 255) = 35.62%
BLUE value IS 130 (51.17% from 255) = 21.74%
R=42.64%
G=35.62%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521313000.160.49039.8410075.49
HexFFD58201031028644b
Octal37732520202061050144113
Binary111111111101010110000010010000110001010100011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD582; }

 p { color: rgb(255,213,130); }

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

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

 a { background-color: rgb(255,213,130); }

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

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

 span { border-color: rgb(255,213,130); }

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