Html Css Color HEX #FDD98C Golden Glow

📋 copy color: '#FDD98C'

red 253 ◦ green 217 ◦ blue 140

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

Shades of Golden Glow #FDD98C

Tints of Golden Glow #FDD98C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.57%

 BLUE value IS 140 (55.08% from 255) = 22.95%

R = 41.48%
G = 35.57%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FDD98C (or 0xFDD98C) is known color: Golden Glow. HEX triplet: FD, D9 and 8C. RGB value is (253,217,140). Sum of RGB (Red+Green+Blue) = 253+217+140=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 217 (85.16% from 255 or 35.57% from 610); Blue value is 140 (55.08% from 255 or 22.95% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD98C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD98C is #022673. Grayscale: #DBDBDB. Windows color (decimal): -140916 or 9230845. OLE color: 9230845.

HSL color Cylindrical-coordinate representation of color #FDD98C: hue angle of 40.88º 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 #FDD98C is Cyan = 0, Magento = 0.14, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 217 140 -
CMYK 0 0.14 0.45 0.01
HSL 40.88º 0.97% 0.77% -
HSV(B) 40.88º 0.45% 0.99% -
XYZ 70.05 72.4 35.09 -
YUV 218.99 83.43 152.26 -
System Red Green Blue C M Y K H S L
Decimal 253 217 140 0 0.14 0.45 0.01 40.88 0.97 0.77
Hex FD D9 8C 0 E 2D 1 29 61 4D
Octal 375 331 214 0 16 55 1 51 141 115
Binary 11111101 11011001 10001100 0 1110 101101 1 101001 1100001 1001101

Color Harmonies of #FDD98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD98C

Black with #FDD98C

Text Example


Text Example

White with #FDD98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD98C; }

 p { color: rgb(253,217,140); }

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

background-color css

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

 a { background-color: rgb(253,217,140); }

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

border-color css

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

 span { border-color: rgb(253,217,140); }

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