Html Css Color HEX #FDD97F Golden Glow

📋 copy color: '#FDD97F'

red 253 ◦ green 217 ◦ blue 127

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

Shades of Golden Glow #FDD97F

Tints of Golden Glow #FDD97F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 21.27%

R = 42.38%
G = 36.35%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FDD97F (or 0xFDD97F) is known color: Golden Glow. HEX triplet: FD, D9 and 7F. RGB value is (253,217,127). Sum of RGB (Red+Green+Blue) = 253+217+127=597 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.38% from 597); Green value is 217 (85.16% from 255 or 36.35% from 597); Blue value is 127 (50% from 255 or 21.27% from 597); Max value from RGB is 253 - color contains mainly: red. Hex color #FDD97F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDD97F is #022680. Grayscale: #D9D9D9. Windows color (decimal): -140929 or 8378877. OLE color: 8378877.

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

Color convert

RGB 253 217 127 -
CMYK 0 0.14 0.50 0.01
HSL 42.86º 0.97% 0.75% -
HSV(B) 42.86º 0.5% 0.99% -
XYZ 69.15 72.04 30.34 -
YUV 217.5 76.93 153.32 -
System Red Green Blue C M Y K H S L
Decimal 253 217 127 0 0.14 0.50 0.01 42.86 0.97 0.75
Hex FD D9 7F 0 E 32 1 2B 61 4B
Octal 375 331 177 0 16 62 1 53 141 113
Binary 11111101 11011001 1111111 0 1110 110010 1 101011 1100001 1001011

Color Harmonies of #FDD97F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDD97F

Black with #FDD97F

Text Example


Text Example

White with #FDD97F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDD97F; }

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

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

background-color css

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

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

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

border-color css

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

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

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