#FDC99B

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

Shades of Peach-Orange #FDC99B

Tints of Peach-Orange #FDC99B

Color information

#FDC99B (or 0xFDC99B) is unknown color: approx Peach-Orange. HEX triplet: FD, C9 and 9B. RGB value is (253,201,155). Sum of RGB (Red+Green+Blue) = 253+201+155=609 (80% of max value = 765). Red value is 253 (99.22% from 255 or 41.54% from 609); Green value is 201 (78.91% from 255 or 33.00% from 609); Blue value is 155 (60.94% from 255 or 25.45% from 609); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC99B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC99B is #023664. Grayscale: #D3D3D3. Windows color (decimal): -144997 or 10209789. OLE color: 10209789.

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

Color convert

RGB253201155-
CMYK00.210.390.01
HSL28.16º96.08%80%-
HSV(B)28.16º38.74%99.22%-
XYZ67.3165.0240.01-
YUV211.396.23157.74-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 41.54%
GREEN value IS 201 (78.91% from 255) = 33.00%
BLUE value IS 155 (60.94% from 255) = 25.45%
R=41.54%
G=33.00%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320115500.210.390.0128.1696.0880
HexFDC99B0152711c6050
Octal37531123302547134140120
Binary11111101110010011001101101010110011111110011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC99B; }

 p { color: rgb(253,201,155); }

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

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

 a { background-color: rgb(253,201,155); }

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

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

 span { border-color: rgb(253,201,155); }

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