Html Css Color HEX #FDD98B Golden Glow

📋 copy color: '#FDD98B'

red 253 ◦ green 217 ◦ blue 139

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

Shades of Golden Glow #FDD98B

Tints of Golden Glow #FDD98B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 22.82%

R = 41.54%
G = 35.63%
B = 22.82%

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

#FDD98B (or 0xFDD98B) is known color: Golden Glow. HEX triplet: FD, D9 and 8B. RGB value is (253,217,139). Sum of RGB (Red+Green+Blue) = 253+217+139=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 217 (85.16% from 255 or 35.63% from 609); Blue value is 139 (54.69% from 255 or 22.82% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD98B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDD98B is #022674. Grayscale: #DBDBDB. Windows color (decimal): -140917 or 9165309. OLE color: 9165309.

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

Color convert

RGB 253 217 139 -
CMYK 0 0.14 0.45 0.01
HSL 41.05º 0.97% 0.77% -
HSV(B) 41.05º 0.45% 0.99% -
XYZ 69.98 72.37 34.71 -
YUV 218.87 82.93 152.34 -
System Red Green Blue C M Y K H S L
Decimal 253 217 139 0 0.14 0.45 0.01 41.05 0.97 0.77
Hex FD D9 8B 0 E 2D 1 29 61 4D
Octal 375 331 213 0 16 55 1 51 141 115
Binary 11111101 11011001 10001011 0 1110 101101 1 101001 1100001 1001101

Color Harmonies of #FDD98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD98B

Black with #FDD98B

Text Example


Text Example

White with #FDD98B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD98B; }

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

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

background-color css

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

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

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

border-color css

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

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

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