Html Css Color HEX #FDDF86 Golden Glow

📋 copy color: '#FDDF86'

red 253 ◦ green 223 ◦ blue 134

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

Shades of Golden Glow #FDDF86

Tints of Golden Glow #FDDF86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 21.97%

R = 41.48%
G = 36.56%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FDDF86 (or 0xFDDF86) is known color: Golden Glow. HEX triplet: FD, DF and 86. RGB value is (253,223,134). Sum of RGB (Red+Green+Blue) = 253+223+134=610 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.48% from 610); Green value is 223 (87.5% from 255 or 36.56% from 610); Blue value is 134 (52.73% from 255 or 21.97% from 610); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF86 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDF86 is #022079. Grayscale: #DEDEDE. Windows color (decimal): -139386 or 8839165. OLE color: 8839165.

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

Color convert

RGB 253 223 134 -
CMYK 0 0.12 0.47 0.01
HSL 44.87º 0.97% 0.76% -
HSV(B) 44.87º 0.47% 0.99% -
XYZ 71.2 75.38 33.35 -
YUV 221.82 78.44 150.24 -
System Red Green Blue C M Y K H S L
Decimal 253 223 134 0 0.12 0.47 0.01 44.87 0.97 0.76
Hex FD DF 86 0 C 2F 1 2D 61 4C
Octal 375 337 206 0 14 57 1 55 141 114
Binary 11111101 11011111 10000110 0 1100 101111 1 101101 1100001 1001100

Color Harmonies of #FDDF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF86

Black with #FDDF86

Text Example


Text Example

White with #FDDF86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF86; }

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

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

background-color css

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

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

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

border-color css

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

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

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