Html Css Color HEX #FCDB85 Golden Glow

📋 copy color: '#FCDB85'

red 252 ◦ green 219 ◦ blue 133

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

Shades of Golden Glow #FCDB85

Tints of Golden Glow #FCDB85

RGB

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

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

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

R = 41.72%
G = 36.26%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FCDB85 (or 0xFCDB85) is known color: Golden Glow. HEX triplet: FC, DB and 85. RGB value is (252,219,133). Sum of RGB (Red+Green+Blue) = 252+219+133=604 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.72% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 133 (52.34% from 255 or 22.02% from 604); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDB85 is #03247A. Grayscale: #DBDBDB. Windows color (decimal): -205947 or 8772604. OLE color: 8772604.

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

Color convert

RGB 252 219 133 -
CMYK 0 0.13 0.47 0.01
HSL 43.36º 0.95% 0.75% -
HSV(B) 43.36º 0.47% 0.99% -
XYZ 69.71 73.05 32.62 -
YUV 219.06 79.43 151.49 -
System Red Green Blue C M Y K H S L
Decimal 252 219 133 0 0.13 0.47 0.01 43.36 0.95 0.75
Hex FC DB 85 0 D 2F 1 2B 5F 4B
Octal 374 333 205 0 15 57 1 53 137 113
Binary 11111100 11011011 10000101 0 1101 101111 1 101011 1011111 1001011

Color Harmonies of #FCDB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB85

Black with #FCDB85

Text Example


Text Example

White with #FCDB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB85; }

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

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

background-color css

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

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

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

border-color css

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

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

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