#FDCF7D

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

Shades of Salomie #FDCF7D

Tints of Salomie #FDCF7D

Color information

#FDCF7D (or 0xFDCF7D) is unknown color: approx Salomie. HEX triplet: FD, CF and 7D. RGB value is (253,207,125). Sum of RGB (Red+Green+Blue) = 253+207+125=585 (77% of max value = 765). Red value is 253 (99.22% from 255 or 43.25% from 585); Green value is 207 (81.25% from 255 or 35.38% from 585); Blue value is 125 (49.22% from 255 or 21.37% from 585); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDCF7D is #023082. Grayscale: #D3D3D3. Windows color (decimal): -143491 or 8245245. OLE color: 8245245.

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

Color convert

RGB253207125-
CMYK00.180.510.01
HSL38.44º96.97%74.12%-
HSV(B)38.44º50.59%99.22%-
XYZ66.5266.9928.83-
YUV211.4179.24157.67-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 43.25%
GREEN value IS 207 (81.25% from 255) = 35.38%
BLUE value IS 125 (49.22% from 255) = 21.37%
R=43.25%
G=35.38%
B=21.37%

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
Decimal25320712500.180.510.0138.4496.9774.12
HexFDCF7D01233126614a
Octal37531717502263146141112
Binary11111101110011111111101010010110011110011011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCF7D; }

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

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

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

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

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

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

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

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