#FFD280

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

Shades of Salomie #FFD280

Tints of Salomie #FFD280

Color information

#FFD280 (or 0xFFD280) is unknown color: approx Salomie. HEX triplet: FF, D2 and 80. RGB value is (255,210,128). Sum of RGB (Red+Green+Blue) = 255+210+128=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 210 (82.42% from 255 or 35.41% from 593); Blue value is 128 (50.39% from 255 or 21.59% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD280 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD280 is #002D7F. Grayscale: #D6D6D6. Windows color (decimal): -11648 or 8442623. OLE color: 8442623.

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

Color convert

RGB255210128-
CMYK00.180.500
HSL38.74º100%75.1%-
HSV(B)38.74º49.8%100%-
XYZ68.1868.9130.13-
YUV214.1179.41157.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.00%
GREEN value IS 210 (82.42% from 255) = 35.41%
BLUE value IS 128 (50.39% from 255) = 21.59%
R=43.00%
G=35.41%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521012800.180.50038.7410075.1
HexFFD28001232027644b
Octal37732220002262047144113
Binary111111111101001010000000010010110010010011111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD280; }

 p { color: rgb(255,210,128); }

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

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

 a { background-color: rgb(255,210,128); }

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

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

 span { border-color: rgb(255,210,128); }

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