Html Css Color HEX #FDDF7E Golden Glow

📋 copy color: '#FDDF7E'

red 253 ◦ green 223 ◦ blue 126

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

Shades of Golden Glow #FDDF7E

Tints of Golden Glow #FDDF7E

RGB

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

 GREEN value IS 223 (87.5% from 255) = 37.04%

 BLUE value IS 126 (49.61% from 255) = 20.93%

R = 42.03%
G = 37.04%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FDDF7E (or 0xFDDF7E) is known color: Golden Glow. HEX triplet: FD, DF and 7E. RGB value is (253,223,126). Sum of RGB (Red+Green+Blue) = 253+223+126=602 (79% of max value = 765). Red value is 253 (99.22% from 255 or 42.03% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 126 (49.61% from 255 or 20.93% from 602); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDDF7E is #022081. Grayscale: #DDDDDD. Windows color (decimal): -139394 or 8314877. OLE color: 8314877.

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

Color convert

RGB 253 223 126 -
CMYK 0 0.12 0.50 0.01
HSL 45.83º 0.97% 0.74% -
HSV(B) 45.83º 0.5% 0.99% -
XYZ 70.66 75.16 30.52 -
YUV 220.91 74.44 150.89 -
System Red Green Blue C M Y K H S L
Decimal 253 223 126 0 0.12 0.50 0.01 45.83 0.97 0.74
Hex FD DF 7E 0 C 32 1 2E 61 4A
Octal 375 337 176 0 14 62 1 56 141 112
Binary 11111101 11011111 1111110 0 1100 110010 1 101110 1100001 1001010

Color Harmonies of #FDDF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF7E

Black with #FDDF7E

Text Example


Text Example

White with #FDDF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF7E; }

 p { color: rgb(253,223,126); }

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

background-color css

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

 a { background-color: rgb(253,223,126); }

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

border-color css

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

 span { border-color: rgb(253,223,126); }

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