Html Css Color HEX #FDD483 Golden Glow

📋 copy color: '#FDD483'

red 253 ◦ green 212 ◦ blue 131

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

Shades of Golden Glow #FDD483

Tints of Golden Glow #FDD483

RGB

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

 GREEN value IS 212 (83.2% from 255) = 35.57%

 BLUE value IS 131 (51.56% from 255) = 21.98%

R = 42.45%
G = 35.57%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FDD483 (or 0xFDD483) is known color: Golden Glow. HEX triplet: FD, D4 and 83. RGB value is (253,212,131). Sum of RGB (Red+Green+Blue) = 253+212+131=596 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.45% from 596); Green value is 212 (83.20% from 255 or 35.57% from 596); Blue value is 131 (51.56% from 255 or 21.98% from 596); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD483 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD483 is #022B7C. Grayscale: #D7D7D7. Windows color (decimal): -142205 or 8639741. OLE color: 8639741.

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

Color convert

RGB 253 212 131 -
CMYK 0 0.16 0.48 0.01
HSL 39.84º 0.97% 0.75% -
HSV(B) 39.84º 0.48% 0.99% -
XYZ 68.15 69.61 31.32 -
YUV 215.03 80.58 155.09 -
System Red Green Blue C M Y K H S L
Decimal 253 212 131 0 0.16 0.48 0.01 39.84 0.97 0.75
Hex FD D4 83 0 10 30 1 28 61 4B
Octal 375 324 203 0 20 60 1 50 141 113
Binary 11111101 11010100 10000011 0 10000 110000 1 101000 1100001 1001011

Color Harmonies of #FDD483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD483

Black with #FDD483

Text Example


Text Example

White with #FDD483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD483; }

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

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

background-color css

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

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

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

border-color css

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

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

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