Html Css Color HEX #FDD882 Golden Glow

📋 copy color: '#FDD882'

red 253 ◦ green 216 ◦ blue 130

#FDD882
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Glow #FDD882

Tints of Golden Glow #FDD882

RGB

 RED value IS 253 (99.22% from 255) = 42.24%

 GREEN value IS 216 (84.77% from 255) = 36.06%

 BLUE value IS 130 (51.17% from 255) = 21.7%

R = 42.24%
G = 36.06%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDD882 (or 0xFDD882) is known color: Golden Glow. HEX triplet: FD, D8 and 82. RGB value is (253,216,130). Sum of RGB (Red+Green+Blue) = 253+216+130=599 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.24% from 599); Green value is 216 (84.77% from 255 or 36.06% from 599); Blue value is 130 (51.17% from 255 or 21.70% from 599); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD882 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD882 is #02277D. Grayscale: #D9D9D9. Windows color (decimal): -141182 or 8575229. OLE color: 8575229.

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

Color convert

RGB 253 216 130 -
CMYK 0 0.15 0.49 0.01
HSL 41.95º 0.97% 0.75% -
HSV(B) 41.95º 0.49% 0.99% -
XYZ 69.09 71.61 31.3 -
YUV 217.26 78.76 153.49 -
System Red Green Blue C M Y K H S L
Decimal 253 216 130 0 0.15 0.49 0.01 41.95 0.97 0.75
Hex FD D8 82 0 F 31 1 2A 61 4B
Octal 375 330 202 0 17 61 1 52 141 113
Binary 11111101 11011000 10000010 0 1111 110001 1 101010 1100001 1001011

Color Harmonies of #FDD882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD882

Black with #FDD882

Text Example


Text Example

White with #FDD882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD882; }

 p { color: rgb(253,216,130); }

 H1.HeaderClassName
 {
   color: #FDD882;
 }
 .AnyTagClassName
 {
   color: #FDD882;
 }
</style>

background-color css

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

 a { background-color: rgb(253,216,130); }

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

border-color css

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

 span { border-color: rgb(253,216,130); }

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