#FFD281

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

Shades of Salomie #FFD281

Tints of Salomie #FFD281

Color information

#FFD281 (or 0xFFD281) is unknown color: approx Salomie. HEX triplet: FF, D2 and 81. RGB value is (255,210,129). Sum of RGB (Red+Green+Blue) = 255+210+129=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 210 (82.42% from 255 or 35.35% from 594); Blue value is 129 (50.78% from 255 or 21.72% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD281 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD281 is #002D7E. Grayscale: #D6D6D6. Windows color (decimal): -11647 or 8508159. OLE color: 8508159.

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

Color convert

RGB255210129-
CMYK00.180.490
HSL38.57º100%75.29%-
HSV(B)38.57º49.41%100%-
XYZ68.2568.9430.48-
YUV214.2279.91157.09-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.93%
GREEN value IS 210 (82.42% from 255) = 35.35%
BLUE value IS 129 (50.78% from 255) = 21.72%
R=42.93%
G=35.35%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521012900.180.49038.5710075.29
HexFFD28101231027644b
Octal37732220102261047144113
Binary111111111101001010000001010010110001010011111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD281; }

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

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

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

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

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

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

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

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