Html Css Color HEX #FCD677 Salomie

📋 copy color: '#FCD677'

red 252 ◦ green 214 ◦ blue 119

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

Shades of Salomie #FCD677

Tints of Salomie #FCD677

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.58%

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

R = 43.08%
G = 36.58%
B = 20.34%

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

#FCD677 (or 0xFCD677) is known color: Salomie. HEX triplet: FC, D6 and 77. RGB value is (252,214,119). Sum of RGB (Red+Green+Blue) = 252+214+119=585 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.08% from 585); Green value is 214 (83.98% from 255 or 36.58% from 585); Blue value is 119 (46.88% from 255 or 20.34% from 585); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD677 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD677 is #032988. Grayscale: #D6D6D6. Windows color (decimal): -207241 or 7853820. OLE color: 7853820.

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

Color convert

RGB 252 214 119 -
CMYK 0 0.15 0.53 0.01
HSL 42.86º 0.96% 0.73% -
HSV(B) 42.86º 0.53% 0.99% -
XYZ 67.52 70.12 27.43 -
YUV 214.53 74.09 154.72 -
System Red Green Blue C M Y K H S L
Decimal 252 214 119 0 0.15 0.53 0.01 42.86 0.96 0.73
Hex FC D6 77 0 F 35 1 2B 60 49
Octal 374 326 167 0 17 65 1 53 140 111
Binary 11111100 11010110 1110111 0 1111 110101 1 101011 1100000 1001001

Color Harmonies of #FCD677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD677

Black with #FCD677

Text Example


Text Example

White with #FCD677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD677; }

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

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

background-color css

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

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

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

border-color css

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

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

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