#FCD277

Color #FCD277 Salomie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salomie #FCD277

Tints of Salomie #FCD277

Color information

#FCD277 (or 0xFCD277) is unknown color: approx Salomie. HEX triplet: FC, D2 and 77. RGB value is (252,210,119). Sum of RGB (Red+Green+Blue) = 252+210+119=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 210 (82.42% from 255 or 36.14% from 581); Blue value is 119 (46.88% from 255 or 20.48% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD277 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD277 is #032D88. Grayscale: #D4D4D4. Windows color (decimal): -208265 or 7852796. OLE color: 7852796.

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

Color convert

RGB252210119-
CMYK00.170.530.01
HSL41.05º95.68%72.75%-
HSV(B)41.05º52.78%98.82%-
XYZ66.5268.1227.1-
YUV212.1875.41156.4-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.37%
GREEN value IS 210 (82.42% from 255) = 36.14%
BLUE value IS 119 (46.88% from 255) = 20.48%
R=43.37%
G=36.14%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221011900.170.530.0141.0595.6872.75
HexFCD277011351296049
Octal37432216702165151140111
Binary11111100110100101110111010001110101110100111000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD277; }

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

 H1.HeaderClassName
 {
   color: #FCD277;
 }
 .AnyTagClassName
 {
   color: #FCD277;
 }
</style>
background-color css

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

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

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

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

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

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