Html Css Color HEX #FCD978 Salomie

📋 copy color: '#FCD978'

red 252 ◦ green 217 ◦ blue 120

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

Shades of Salomie #FCD978

Tints of Salomie #FCD978

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.84%

 BLUE value IS 120 (47.27% from 255) = 20.37%

R = 42.78%
G = 36.84%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FCD978 (or 0xFCD978) is known color: Salomie. HEX triplet: FC, D9 and 78. RGB value is (252,217,120). Sum of RGB (Red+Green+Blue) = 252+217+120=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 217 (85.16% from 255 or 36.84% from 589); Blue value is 120 (47.27% from 255 or 20.37% from 589); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD978 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD978 is #032687. Grayscale: #D8D8D8. Windows color (decimal): -206472 or 7920124. OLE color: 7920124.

HSL color Cylindrical-coordinate representation of color #FCD978: hue angle of 44.09º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FCD978 is Cyan = 0, Magento = 0.14, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 217 120 -
CMYK 0 0.14 0.52 0.01
HSL 44.09º 0.96% 0.73% -
HSV(B) 44.09º 0.52% 0.99% -
XYZ 68.35 71.68 28 -
YUV 216.41 73.6 153.39 -
System Red Green Blue C M Y K H S L
Decimal 252 217 120 0 0.14 0.52 0.01 44.09 0.96 0.73
Hex FC D9 78 0 E 34 1 2C 60 49
Octal 374 331 170 0 16 64 1 54 140 111
Binary 11111100 11011001 1111000 0 1110 110100 1 101100 1100000 1001001

Color Harmonies of #FCD978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD978

Black with #FCD978

Text Example


Text Example

White with #FCD978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD978; }

 p { color: rgb(252,217,120); }

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

background-color css

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

 a { background-color: rgb(252,217,120); }

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

border-color css

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

 span { border-color: rgb(252,217,120); }

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