Html Css Color HEX #FCD777 Salomie

📋 copy color: '#FCD777'

red 252 ◦ green 215 ◦ blue 119

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

Shades of Salomie #FCD777

Tints of Salomie #FCD777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 20.31%

R = 43%
G = 36.69%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FCD777 (or 0xFCD777) is known color: Salomie. HEX triplet: FC, D7 and 77. RGB value is (252,215,119). Sum of RGB (Red+Green+Blue) = 252+215+119=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 215 (84.38% from 255 or 36.69% from 586); Blue value is 119 (46.88% from 255 or 20.31% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD777 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD777 is #032888. Grayscale: #D7D7D7. Windows color (decimal): -206985 or 7854076. OLE color: 7854076.

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

Color convert

RGB 252 215 119 -
CMYK 0 0.15 0.53 0.01
HSL 43.31º 0.96% 0.73% -
HSV(B) 43.31º 0.53% 0.99% -
XYZ 67.78 70.63 27.51 -
YUV 215.12 73.76 154.31 -
System Red Green Blue C M Y K H S L
Decimal 252 215 119 0 0.15 0.53 0.01 43.31 0.96 0.73
Hex FC D7 77 0 F 35 1 2B 60 49
Octal 374 327 167 0 17 65 1 53 140 111
Binary 11111100 11010111 1110111 0 1111 110101 1 101011 1100000 1001001

Color Harmonies of #FCD777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD777

Black with #FCD777

Text Example


Text Example

White with #FCD777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD777; }

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

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

background-color css

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

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

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

border-color css

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

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

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