#FDCB99

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

Shades of Peach-Orange #FDCB99

Tints of Peach-Orange #FDCB99

Color information

#FDCB99 (or 0xFDCB99) is unknown color: approx Peach-Orange. HEX triplet: FD, CB and 99. RGB value is (253,203,153). Sum of RGB (Red+Green+Blue) = 253+203+153=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 203 (79.69% from 255 or 33.33% from 609); Blue value is 153 (60.16% from 255 or 25.12% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDCB99 is #023466. Grayscale: #D4D4D4. Windows color (decimal): -144487 or 10079229. OLE color: 10079229.

HSL color Cylindrical-coordinate representation of color #FDCB99: hue angle of 30º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDCB99 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB253203153-
CMYK00.200.400.01
HSL30º96.15%79.61%-
HSV(B)30º39.53%99.22%-
XYZ67.6165.8939.29-
YUV212.2594.56157.07-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.54%
GREEN value IS 203 (79.69% from 255) = 33.33%
BLUE value IS 153 (60.16% from 255) = 25.12%
R=41.54%
G=33.33%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320315300.200.400.013096.1579.61
HexFDCB990142811e6050
Octal37531323102450136140120
Binary11111101110010111001100101010010100011111011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDCB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDCB99; }

 p { color: rgb(253,203,153); }

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

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

 a { background-color: rgb(253,203,153); }

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

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

 span { border-color: rgb(253,203,153); }

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