Html Css Color HEX #FEDD81 Golden Glow

📋 copy color: '#FEDD81'

red 254 ◦ green 221 ◦ blue 129

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

Shades of Golden Glow #FEDD81

Tints of Golden Glow #FEDD81

RGB

 RED value IS 254 (99.61% from 255) = 42.05%

 GREEN value IS 221 (86.72% from 255) = 36.59%

 BLUE value IS 129 (50.78% from 255) = 21.36%

R = 42.05%
G = 36.59%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FEDD81 (or 0xFEDD81) is known color: Golden Glow. HEX triplet: FE, DD and 81. RGB value is (254,221,129). Sum of RGB (Red+Green+Blue) = 254+221+129=604 (80% of max value = 765). Red value is 254 (99.61% from 255 or 42.05% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 129 (50.78% from 255 or 21.36% from 604); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDD81 is #01227E. Grayscale: #DCDCDC. Windows color (decimal): -74367 or 8510974. OLE color: 8510974.

HSL color Cylindrical-coordinate representation of color #FEDD81: hue angle of 44.16º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FEDD81 is Cyan = 0, Magento = 0.13, Yellow = 0.49 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 221 129 -
CMYK 0 0.13 0.49 0.00
HSL 44.16º 0.98% 0.75% -
HSV(B) 44.16º 0.49% 1% -
XYZ 70.69 74.37 31.4 -
YUV 220.38 76.43 151.98 -
System Red Green Blue C M Y K H S L
Decimal 254 221 129 0 0.13 0.49 0.00 44.16 0.98 0.75
Hex FE DD 81 0 D 31 0 2C 62 4B
Octal 376 335 201 0 15 61 0 54 142 113
Binary 11111110 11011101 10000001 0 1101 110001 0 101100 1100010 1001011

Color Harmonies of #FEDD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEDD81

Black with #FEDD81

Text Example


Text Example

White with #FEDD81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEDD81; }

 p { color: rgb(254,221,129); }

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

background-color css

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

 a { background-color: rgb(254,221,129); }

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

border-color css

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

 span { border-color: rgb(254,221,129); }

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