#FDCF7C

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

Shades of Salomie #FDCF7C

Tints of Salomie #FDCF7C

Color information

#FDCF7C (or 0xFDCF7C) is unknown color: approx Salomie. HEX triplet: FD, CF and 7C. RGB value is (253,207,124). Sum of RGB (Red+Green+Blue) = 253+207+124=584 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.32% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 124 (48.83% from 255 or 21.23% from 584); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF7C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCF7C is #023083. Grayscale: #D3D3D3. Windows color (decimal): -143492 or 8179709. OLE color: 8179709.

HSL color Cylindrical-coordinate representation of color #FDCF7C: hue angle of 38.6º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FDCF7C is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB253207124-
CMYK00.180.510.01
HSL38.6º96.99%73.92%-
HSV(B)38.6º50.99%99.22%-
XYZ66.4666.9628.49-
YUV211.2978.74157.75-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.32%
GREEN value IS 207 (81.25% from 255) = 35.45%
BLUE value IS 124 (48.83% from 255) = 21.23%
R=43.32%
G=35.45%
B=21.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320712400.180.510.0138.696.9973.92
HexFDCF7C01233127614a
Octal37531717402263147141112
Binary11111101110011111111100010010110011110011111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCF7C; }

 p { color: rgb(253,207,124); }

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

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

 a { background-color: rgb(253,207,124); }

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

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

 span { border-color: rgb(253,207,124); }

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