#FFD480

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

Shades of Salomie #FFD480

Tints of Salomie #FFD480

Color information

#FFD480 (or 0xFFD480) is unknown color: approx Salomie. HEX triplet: FF, D4 and 80. RGB value is (255,212,128). Sum of RGB (Red+Green+Blue) = 255+212+128=595 (78% of max value = 765). Red value is 255 (100% from 255 or 42.86% from 595); Green value is 212 (83.20% from 255 or 35.63% from 595); Blue value is 128 (50.39% from 255 or 21.51% from 595); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD480 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD480 is #002B7F. Grayscale: #D7D7D7. Windows color (decimal): -11136 or 8443135. OLE color: 8443135.

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

Color convert

RGB255212128-
CMYK00.170.500
HSL39.69º100%75.1%-
HSV(B)39.69º49.8%100%-
XYZ68.6869.9130.3-
YUV215.2878.75156.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.86%
GREEN value IS 212 (83.20% from 255) = 35.63%
BLUE value IS 128 (50.39% from 255) = 21.51%
R=42.86%
G=35.63%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521212800.170.50039.6910075.1
HexFFD48001132028644b
Octal37732420002162050144113
Binary111111111101010010000000010001110010010100011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD480; }

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

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

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

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

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

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

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

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