Html Css Color HEX #FDDF83 Golden Glow

📋 copy color: '#FDDF83'

red 253 ◦ green 223 ◦ blue 131

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

Shades of Golden Glow #FDDF83

Tints of Golden Glow #FDDF83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 21.58%

R = 41.68%
G = 36.74%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FDDF83 (or 0xFDDF83) is known color: Golden Glow. HEX triplet: FD, DF and 83. RGB value is (253,223,131). Sum of RGB (Red+Green+Blue) = 253+223+131=607 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.68% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 131 (51.56% from 255 or 21.58% from 607); Max value from RGB is 253 - color contains mainly: red. Hex color #FDDF83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDDF83 is #02207C. Grayscale: #DDDDDD. Windows color (decimal): -139389 or 8642557. OLE color: 8642557.

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

Color convert

RGB 253 223 131 -
CMYK 0 0.12 0.48 0.01
HSL 45.25º 0.97% 0.75% -
HSV(B) 45.25º 0.48% 0.99% -
XYZ 70.99 75.3 32.26 -
YUV 221.48 76.94 150.48 -
System Red Green Blue C M Y K H S L
Decimal 253 223 131 0 0.12 0.48 0.01 45.25 0.97 0.75
Hex FD DF 83 0 C 30 1 2D 61 4B
Octal 375 337 203 0 14 60 1 55 141 113
Binary 11111101 11011111 10000011 0 1100 110000 1 101101 1100001 1001011

Color Harmonies of #FDDF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDDF83

Black with #FDDF83

Text Example


Text Example

White with #FDDF83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDDF83; }

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

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

background-color css

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

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

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

border-color css

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

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

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