#FDD436

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

Shades of Sunglow #FDD436

Tints of Sunglow #FDD436

Color information

#FDD436 (or 0xFDD436) is unknown color: approx Sunglow. HEX triplet: FD, D4 and 36. RGB value is (253,212,54). Sum of RGB (Red+Green+Blue) = 253+212+54=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 212 (83.20% from 255 or 40.85% from 519); Blue value is 54 (21.48% from 255 or 10.40% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD436 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDD436 is #022BC9. Grayscale: #CECECE. Windows color (decimal): -142282 or 3593469. OLE color: 3593469.

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

Color convert

RGB25321254-
CMYK00.160.790.01
HSL47.64º98.03%60.2%-
HSV(B)47.64º78.66%99.22%-
XYZ64.7268.2413.25-
YUV206.2542.08161.35-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.75%
GREEN value IS 212 (83.20% from 255) = 40.85%
BLUE value IS 54 (21.48% from 255) = 10.40%
R=48.75%
G=40.85%
B=10.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.79
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532125400.160.790.0147.6498.0360.2
HexFDD4360104F130623c
Octal3753246602011716014274
Binary1111110111010100110110010000100111111100001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDD436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDD436; }

 p { color: rgb(253,212,54); }

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

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

 a { background-color: rgb(253,212,54); }

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

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

 span { border-color: rgb(253,212,54); }

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