Html Css Color HEX #FCDB83 Golden Glow

📋 copy color: '#FCDB83'

red 252 ◦ green 219 ◦ blue 131

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

Shades of Golden Glow #FCDB83

Tints of Golden Glow #FCDB83

RGB

 RED value IS 252 (98.83% from 255) = 41.86%

 GREEN value IS 219 (85.94% from 255) = 36.38%

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

R = 41.86%
G = 36.38%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FCDB83 (or 0xFCDB83) is known color: Golden Glow. HEX triplet: FC, DB and 83. RGB value is (252,219,131). Sum of RGB (Red+Green+Blue) = 252+219+131=602 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.86% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 131 (51.56% from 255 or 21.76% from 602); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDB83 is #03247C. Grayscale: #DBDBDB. Windows color (decimal): -205949 or 8641532. OLE color: 8641532.

HSL color Cylindrical-coordinate representation of color #FCDB83: hue angle of 43.64º degrees, saturation: 0.95, 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 #FCDB83 is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 219 131 -
CMYK 0 0.13 0.48 0.01
HSL 43.64º 0.95% 0.75% -
HSV(B) 43.64º 0.48% 0.99% -
XYZ 69.57 73 31.9 -
YUV 218.84 78.43 151.66 -
System Red Green Blue C M Y K H S L
Decimal 252 219 131 0 0.13 0.48 0.01 43.64 0.95 0.75
Hex FC DB 83 0 D 30 1 2C 5F 4B
Octal 374 333 203 0 15 60 1 54 137 113
Binary 11111100 11011011 10000011 0 1101 110000 1 101100 1011111 1001011

Color Harmonies of #FCDB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB83

Black with #FCDB83

Text Example


Text Example

White with #FCDB83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB83; }

 p { color: rgb(252,219,131); }

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

background-color css

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

 a { background-color: rgb(252,219,131); }

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

border-color css

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

 span { border-color: rgb(252,219,131); }

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