Html Css Color HEX #FCD78B Golden Glow

📋 copy color: '#FCD78B'

red 252 ◦ green 215 ◦ blue 139

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

Shades of Golden Glow #FCD78B

Tints of Golden Glow #FCD78B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 22.94%

R = 41.58%
G = 35.48%
B = 22.94%

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

#FCD78B (or 0xFCD78B) is known color: Golden Glow. HEX triplet: FC, D7 and 8B. RGB value is (252,215,139). Sum of RGB (Red+Green+Blue) = 252+215+139=606 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.58% from 606); Green value is 215 (84.38% from 255 or 35.48% from 606); Blue value is 139 (54.69% from 255 or 22.94% from 606); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD78B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCD78B is #032874. Grayscale: #D9D9D9. Windows color (decimal): -206965 or 9164796. OLE color: 9164796.

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

Color convert

RGB 252 215 139 -
CMYK 0 0.15 0.45 0.01
HSL 40.35º 0.95% 0.77% -
HSV(B) 40.35º 0.45% 0.99% -
XYZ 69.11 71.16 34.52 -
YUV 217.4 83.76 152.68 -
System Red Green Blue C M Y K H S L
Decimal 252 215 139 0 0.15 0.45 0.01 40.35 0.95 0.77
Hex FC D7 8B 0 F 2D 1 28 5F 4D
Octal 374 327 213 0 17 55 1 50 137 115
Binary 11111100 11010111 10001011 0 1111 101101 1 101000 1011111 1001101

Color Harmonies of #FCD78B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD78B

Black with #FCD78B

Text Example


Text Example

White with #FCD78B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD78B; }

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

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

background-color css

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

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

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

border-color css

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

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

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