#FDD37E

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

Shades of Salomie #FDD37E

Tints of Salomie #FDD37E

Color information

#FDD37E (or 0xFDD37E) is unknown color: approx Salomie. HEX triplet: FD, D3 and 7E. RGB value is (253,211,126). Sum of RGB (Red+Green+Blue) = 253+211+126=590 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.88% from 590); Green value is 211 (82.81% from 255 or 35.76% from 590); Blue value is 126 (49.61% from 255 or 21.36% from 590); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD37E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD37E is #022C81. Grayscale: #D6D6D6. Windows color (decimal): -142466 or 8311805. OLE color: 8311805.

HSL color Cylindrical-coordinate representation of color #FDD37E: hue angle of 40.16º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FDD37E is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB253211126-
CMYK00.170.500.01
HSL40.16º96.95%74.31%-
HSV(B)40.16º50.2%99.22%-
XYZ67.5768.9829.49-
YUV213.8778.41155.91-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.88%
GREEN value IS 211 (82.81% from 255) = 35.76%
BLUE value IS 126 (49.61% from 255) = 21.36%
R=42.88%
G=35.76%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25321112600.170.500.0140.1696.9574.31
HexFDD37E01132128614a
Octal37532317602162150141112
Binary11111101110100111111110010001110010110100011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD37E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD37E; }

 p { color: rgb(253,211,126); }

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

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

 a { background-color: rgb(253,211,126); }

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

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

 span { border-color: rgb(253,211,126); }

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