#FCD670

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

Shades of Salomie #FCD670

Tints of Salomie #FCD670

Color information

#FCD670 (or 0xFCD670) is unknown color: approx Salomie. HEX triplet: FC, D6 and 70. RGB value is (252,214,112). Sum of RGB (Red+Green+Blue) = 252+214+112=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 214 (83.98% from 255 or 37.02% from 578); Blue value is 112 (44.14% from 255 or 19.38% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD670 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD670 is #03298F. Grayscale: #D6D6D6. Windows color (decimal): -207248 or 7395068. OLE color: 7395068.

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

Color convert

RGB252214112-
CMYK00.150.560.01
HSL43.71º95.89%71.37%-
HSV(B)43.71º55.56%98.82%-
XYZ67.1269.9625.3-
YUV213.7370.59155.29-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.60%
GREEN value IS 214 (83.98% from 255) = 37.02%
BLUE value IS 112 (44.14% from 255) = 19.38%
R=43.60%
G=37.02%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25221411200.150.560.0143.7195.8971.37
HexFCD6700F3812c6047
Octal37432616001770154140107
Binary1111110011010110111000001111111000110110011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCD670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCD670; }

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

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

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

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

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

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

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

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