Html Css Color HEX #FCD779 Salomie

📋 copy color: '#FCD779'

red 252 ◦ green 215 ◦ blue 121

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

Shades of Salomie #FCD779

Tints of Salomie #FCD779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 20.58%

R = 42.86%
G = 36.56%
B = 20.58%

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

#FCD779 (or 0xFCD779) is known color: Salomie. HEX triplet: FC, D7 and 79. RGB value is (252,215,121). Sum of RGB (Red+Green+Blue) = 252+215+121=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 215 (84.38% from 255 or 36.56% from 588); Blue value is 121 (47.66% from 255 or 20.58% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD779 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD779 is #032886. Grayscale: #D7D7D7. Windows color (decimal): -206983 or 7985148. OLE color: 7985148.

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

Color convert

RGB 252 215 121 -
CMYK 0 0.15 0.52 0.01
HSL 43.05º 0.96% 0.73% -
HSV(B) 43.05º 0.52% 0.99% -
XYZ 67.9 70.68 28.15 -
YUV 215.35 74.76 154.14 -
System Red Green Blue C M Y K H S L
Decimal 252 215 121 0 0.15 0.52 0.01 43.05 0.96 0.73
Hex FC D7 79 0 F 34 1 2B 60 49
Octal 374 327 171 0 17 64 1 53 140 111
Binary 11111100 11010111 1111001 0 1111 110100 1 101011 1100000 1001001

Color Harmonies of #FCD779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD779

Black with #FCD779

Text Example


Text Example

White with #FCD779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD779; }

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

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

background-color css

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

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

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

border-color css

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

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

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