#FFD540

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

Shades of Sunglow #FFD540

Tints of Sunglow #FFD540

Color information

#FFD540 (or 0xFFD540) is unknown color: approx Sunglow. HEX triplet: FF, D5 and 40. RGB value is (255,213,64). Sum of RGB (Red+Green+Blue) = 255+213+64=532 (70% of max value = 765). Red value is 255 (100% from 255 or 47.93% from 532); Green value is 213 (83.59% from 255 or 40.04% from 532); Blue value is 64 (25.39% from 255 or 12.03% from 532); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD540 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD540 is #002ABF. Grayscale: #D1D1D1. Windows color (decimal): -10944 or 4249087. OLE color: 4249087.

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

Color convert

RGB25521364-
CMYK00.160.750
HSL46.81º100%62.55%-
HSV(B)46.81º74.9%100%-
XYZ65.9669.2214.73-
YUV208.5746.41161.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.93%
GREEN value IS 213 (83.59% from 255) = 40.04%
BLUE value IS 64 (25.39% from 255) = 12.03%
R=47.93%
G=40.04%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552136400.160.75046.8110062.55
HexFFD5400104B02f643f
Octal37732510002011305714477
Binary11111111110101011000000010000100101101011111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD540; }

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

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

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

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

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

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

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

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