Html Css Color HEX #FCD778 Salomie

📋 copy color: '#FCD778'

red 252 ◦ green 215 ◦ blue 120

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

Shades of Salomie #FCD778

Tints of Salomie #FCD778

RGB

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

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

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

R = 42.93%
G = 36.63%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FCD778 (or 0xFCD778) is known color: Salomie. HEX triplet: FC, D7 and 78. RGB value is (252,215,120). Sum of RGB (Red+Green+Blue) = 252+215+120=587 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.93% from 587); Green value is 215 (84.38% from 255 or 36.63% from 587); Blue value is 120 (47.27% from 255 or 20.44% from 587); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD778 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD778 is #032887. Grayscale: #D7D7D7. Windows color (decimal): -206984 or 7919612. OLE color: 7919612.

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

Color convert

RGB 252 215 120 -
CMYK 0 0.15 0.52 0.01
HSL 43.18º 0.96% 0.73% -
HSV(B) 43.18º 0.52% 0.99% -
XYZ 67.84 70.65 27.83 -
YUV 215.23 74.26 154.22 -
System Red Green Blue C M Y K H S L
Decimal 252 215 120 0 0.15 0.52 0.01 43.18 0.96 0.73
Hex FC D7 78 0 F 34 1 2B 60 49
Octal 374 327 170 0 17 64 1 53 140 111
Binary 11111100 11010111 1111000 0 1111 110100 1 101011 1100000 1001001

Color Harmonies of #FCD778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD778

Black with #FCD778

Text Example


Text Example

White with #FCD778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD778; }

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

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

background-color css

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

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

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

border-color css

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

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

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