#FDD53F

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

Shades of Sunglow #FDD53F

Tints of Sunglow #FDD53F

Color information

#FDD53F (or 0xFDD53F) is unknown color: approx Sunglow. HEX triplet: FD, D5 and 3F. RGB value is (253,213,63). Sum of RGB (Red+Green+Blue) = 253+213+63=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 63 (25% from 255 or 11.91% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD53F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD53F is #022AC0. Grayscale: #D0D0D0. Windows color (decimal): -142017 or 4183549. OLE color: 4183549.

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

Color convert

RGB25321363-
CMYK00.160.750.01
HSL47.37º97.94%61.96%-
HSV(B)47.37º75.1%99.22%-
XYZ65.268.8314.55-
YUV207.8646.25160.2-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 47.83%
GREEN value IS 213 (83.59% from 255) = 40.26%
BLUE value IS 63 (25% from 255) = 11.91%
R=47.83%
G=40.26%
B=11.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532136300.160.750.0147.3797.9461.96
HexFDD53F0104B12f623e
Octal3753257702011315714276
Binary1111110111010101111111010000100101111011111100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD53F; }

 p { color: rgb(253,213,63); }

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

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

 a { background-color: rgb(253,213,63); }

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

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

 span { border-color: rgb(253,213,63); }

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