Html Css Color HEX #FDDF85 Golden Glow

📋 copy color: '#FDDF85'

red 253 ◦ green 223 ◦ blue 133

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

Shades of Golden Glow #FDDF85

Tints of Golden Glow #FDDF85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 21.84%

R = 41.54%
G = 36.62%
B = 21.84%

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

#FDDF85 (or 0xFDDF85) is known color: Golden Glow. HEX triplet: FD, DF and 85. RGB value is (253,223,133). Sum of RGB (Red+Green+Blue) = 253+223+133=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 133 (52.34% from 255 or 21.84% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDF85 is #02207A. Grayscale: #DEDEDE. Windows color (decimal): -139387 or 8773629. OLE color: 8773629.

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

Color convert

RGB 253 223 133 -
CMYK 0 0.12 0.47 0.01
HSL 45º 0.97% 0.76% -
HSV(B) 45º 0.47% 0.99% -
XYZ 71.13 75.35 32.99 -
YUV 221.71 77.94 150.32 -
System Red Green Blue C M Y K H S L
Decimal 253 223 133 0 0.12 0.47 0.01 45 0.97 0.76
Hex FD DF 85 0 C 2F 1 2D 61 4C
Octal 375 337 205 0 14 57 1 55 141 114
Binary 11111101 11011111 10000101 0 1100 101111 1 101101 1100001 1001100

Color Harmonies of #FDDF85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF85

Black with #FDDF85

Text Example


Text Example

White with #FDDF85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF85; }

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

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

background-color css

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

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

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

border-color css

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

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

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