#FDCA8B

Color #FDCA8B Peach-Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peach-Orange #FDCA8B

Tints of Peach-Orange #FDCA8B

Color information

#FDCA8B (or 0xFDCA8B) is unknown color: approx Peach-Orange. HEX triplet: FD, CA and 8B. RGB value is (253,202,139). Sum of RGB (Red+Green+Blue) = 253+202+139=594 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.59% from 594); Green value is 202 (79.30% from 255 or 34.01% from 594); Blue value is 139 (54.69% from 255 or 23.40% from 594); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCA8B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCA8B is #023574. Grayscale: #D2D2D2. Windows color (decimal): -144757 or 9161469. OLE color: 9161469.

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

Color convert

RGB253202139-
CMYK00.200.450.01
HSL33.16º96.61%76.86%-
HSV(B)33.16º45.06%99.22%-
XYZ66.2964.9933.48-
YUV210.0787.9158.62-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.59%
GREEN value IS 202 (79.30% from 255) = 34.01%
BLUE value IS 139 (54.69% from 255) = 23.40%
R=42.59%
G=34.01%
B=23.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320213900.200.450.0133.1696.6176.86
HexFDCA8B0142D121614d
Octal37531221302455141141115
Binary111111011100101010001011010100101101110000111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCA8B; }

 p { color: rgb(253,202,139); }

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

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

 a { background-color: rgb(253,202,139); }

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

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

 span { border-color: rgb(253,202,139); }

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