Html Css Color HEX #FDDB8A Golden Glow

📋 copy color: '#FDDB8A'

red 253 ◦ green 219 ◦ blue 138

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

Shades of Golden Glow #FDDB8A

Tints of Golden Glow #FDDB8A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 35.9%

 BLUE value IS 138 (54.3% from 255) = 22.62%

R = 41.48%
G = 35.9%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FDDB8A (or 0xFDDB8A) is known color: Golden Glow. HEX triplet: FD, DB and 8A. RGB value is (253,219,138). Sum of RGB (Red+Green+Blue) = 253+219+138=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 138 (54.30% from 255 or 22.62% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDB8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDB8A is #022475. Grayscale: #DCDCDC. Windows color (decimal): -140406 or 9100285. OLE color: 9100285.

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

Color convert

RGB 253 219 138 -
CMYK 0 0.13 0.45 0.01
HSL 42.26º 0.97% 0.77% -
HSV(B) 42.26º 0.45% 0.99% -
XYZ 70.43 73.38 34.5 -
YUV 219.93 81.76 151.59 -
System Red Green Blue C M Y K H S L
Decimal 253 219 138 0 0.13 0.45 0.01 42.26 0.97 0.77
Hex FD DB 8A 0 D 2D 1 2A 61 4D
Octal 375 333 212 0 15 55 1 52 141 115
Binary 11111101 11011011 10001010 0 1101 101101 1 101010 1100001 1001101

Color Harmonies of #FDDB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDB8A

Black with #FDDB8A

Text Example


Text Example

White with #FDDB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDB8A; }

 p { color: rgb(253,219,138); }

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

background-color css

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

 a { background-color: rgb(253,219,138); }

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

border-color css

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

 span { border-color: rgb(253,219,138); }

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