Html Css Color HEX #FDDC7A Golden Glow

📋 copy color: '#FDDC7A'

red 253 ◦ green 220 ◦ blue 122

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

Shades of Golden Glow #FDDC7A

Tints of Golden Glow #FDDC7A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.97%

 BLUE value IS 122 (48.05% from 255) = 20.5%

R = 42.52%
G = 36.97%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FDDC7A (or 0xFDDC7A) is known color: Golden Glow. HEX triplet: FD, DC and 7A. RGB value is (253,220,122). Sum of RGB (Red+Green+Blue) = 253+220+122=595 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.52% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 122 (48.05% from 255 or 20.50% from 595); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDC7A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDC7A is #022385. Grayscale: #DBDBDB. Windows color (decimal): -140166 or 8051965. OLE color: 8051965.

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

Color convert

RGB 253 220 122 -
CMYK 0 0.13 0.52 0.01
HSL 44.89º 0.97% 0.74% -
HSV(B) 44.89º 0.52% 0.99% -
XYZ 69.61 73.47 28.93 -
YUV 218.7 73.43 152.47 -
System Red Green Blue C M Y K H S L
Decimal 253 220 122 0 0.13 0.52 0.01 44.89 0.97 0.74
Hex FD DC 7A 0 D 34 1 2D 61 4A
Octal 375 334 172 0 15 64 1 55 141 112
Binary 11111101 11011100 1111010 0 1101 110100 1 101101 1100001 1001010

Color Harmonies of #FDDC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDC7A

Black with #FDDC7A

Text Example


Text Example

White with #FDDC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDC7A; }

 p { color: rgb(253,220,122); }

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

background-color css

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

 a { background-color: rgb(253,220,122); }

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

border-color css

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

 span { border-color: rgb(253,220,122); }

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