Html Css Color HEX #FCD78A Golden Glow

📋 copy color: '#FCD78A'

red 252 ◦ green 215 ◦ blue 138

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

Shades of Golden Glow #FCD78A

Tints of Golden Glow #FCD78A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.54%

 BLUE value IS 138 (54.3% from 255) = 22.81%

R = 41.65%
G = 35.54%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FCD78A (or 0xFCD78A) is known color: Golden Glow. HEX triplet: FC, D7 and 8A. RGB value is (252,215,138). Sum of RGB (Red+Green+Blue) = 252+215+138=605 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.65% from 605); Green value is 215 (84.38% from 255 or 35.54% from 605); Blue value is 138 (54.30% from 255 or 22.81% from 605); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD78A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD78A is #032875. Grayscale: #D9D9D9. Windows color (decimal): -206966 or 9099260. OLE color: 9099260.

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

Color convert

RGB 252 215 138 -
CMYK 0 0.15 0.45 0.01
HSL 40.53º 0.95% 0.76% -
HSV(B) 40.53º 0.45% 0.99% -
XYZ 69.03 71.13 34.14 -
YUV 217.29 83.26 152.76 -
System Red Green Blue C M Y K H S L
Decimal 252 215 138 0 0.15 0.45 0.01 40.53 0.95 0.76
Hex FC D7 8A 0 F 2D 1 29 5F 4C
Octal 374 327 212 0 17 55 1 51 137 114
Binary 11111100 11010111 10001010 0 1111 101101 1 101001 1011111 1001100

Color Harmonies of #FCD78A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD78A

Black with #FCD78A

Text Example


Text Example

White with #FCD78A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD78A; }

 p { color: rgb(252,215,138); }

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

background-color css

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

 a { background-color: rgb(252,215,138); }

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

border-color css

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

 span { border-color: rgb(252,215,138); }

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