Html Css Color HEX #FCDA85 Golden Glow

📋 copy color: '#FCDA85'

red 252 ◦ green 218 ◦ blue 133

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

Shades of Golden Glow #FCDA85

Tints of Golden Glow #FCDA85

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.15%

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

R = 41.79%
G = 36.15%
B = 22.06%

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

#FCDA85 (or 0xFCDA85) is known color: Golden Glow. HEX triplet: FC, DA and 85. RGB value is (252,218,133). Sum of RGB (Red+Green+Blue) = 252+218+133=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 133 (52.34% from 255 or 22.06% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDA85 is #03257A. Grayscale: #DADADA. Windows color (decimal): -206203 or 8772348. OLE color: 8772348.

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

Color convert

RGB 252 218 133 -
CMYK 0 0.13 0.47 0.01
HSL 42.86º 0.95% 0.75% -
HSV(B) 42.86º 0.47% 0.99% -
XYZ 69.45 72.53 32.53 -
YUV 218.48 79.76 151.91 -
System Red Green Blue C M Y K H S L
Decimal 252 218 133 0 0.13 0.47 0.01 42.86 0.95 0.75
Hex FC DA 85 0 D 2F 1 2B 5F 4B
Octal 374 332 205 0 15 57 1 53 137 113
Binary 11111100 11011010 10000101 0 1101 101111 1 101011 1011111 1001011

Color Harmonies of #FCDA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA85

Black with #FCDA85

Text Example


Text Example

White with #FCDA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA85; }

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

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

background-color css

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

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

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

border-color css

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

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

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