#FFD081

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

Shades of Salomie #FFD081

Tints of Salomie #FFD081

Color information

#FFD081 (or 0xFFD081) is unknown color: approx Salomie. HEX triplet: FF, D0 and 81. RGB value is (255,208,129). Sum of RGB (Red+Green+Blue) = 255+208+129=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 208 (81.64% from 255 or 35.14% from 592); Blue value is 129 (50.78% from 255 or 21.79% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD081 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD081 is #002F7E. Grayscale: #D5D5D5. Windows color (decimal): -12159 or 8507647. OLE color: 8507647.

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

Color convert

RGB255208129-
CMYK00.180.490
HSL37.62º100%75.29%-
HSV(B)37.62º49.41%100%-
XYZ67.7667.9630.31-
YUV213.0580.57157.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.07%
GREEN value IS 208 (81.64% from 255) = 35.14%
BLUE value IS 129 (50.78% from 255) = 21.79%
R=43.07%
G=35.14%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520812900.180.49037.6210075.29
HexFFD08101231026644b
Octal37732020102261046144113
Binary111111111101000010000001010010110001010011011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD081; }

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

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

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

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

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

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

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

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