#FFD57A

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

Shades of Salomie #FFD57A

Tints of Salomie #FFD57A

Color information

#FFD57A (or 0xFFD57A) is unknown color: approx Salomie. HEX triplet: FF, D5 and 7A. RGB value is (255,213,122). Sum of RGB (Red+Green+Blue) = 255+213+122=590 (78% of max value = 765). Red value is 255 (100% from 255 or 43.22% from 590); Green value is 213 (83.59% from 255 or 36.10% from 590); Blue value is 122 (48.05% from 255 or 20.68% from 590); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD57A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFD57A is #002A85. Grayscale: #D7D7D7. Windows color (decimal): -10886 or 8050175. OLE color: 8050175.

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

Color convert

RGB255213122-
CMYK00.160.520
HSL41.05º100%73.92%-
HSV(B)41.05º52.16%100%-
XYZ68.5570.2528.36-
YUV215.1875.41156.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.22%
GREEN value IS 213 (83.59% from 255) = 36.10%
BLUE value IS 122 (48.05% from 255) = 20.68%
R=43.22%
G=36.10%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521312200.160.52041.0510073.92
HexFFD57A01034029644a
Octal37732517202064051144112
Binary11111111110101011111010010000110100010100111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD57A; }

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

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

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

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

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

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

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

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