#FDC98B

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

Shades of Peach-Orange #FDC98B

Tints of Peach-Orange #FDC98B

Color information

#FDC98B (or 0xFDC98B) is unknown color: approx Peach-Orange. HEX triplet: FD, C9 and 8B. RGB value is (253,201,139). Sum of RGB (Red+Green+Blue) = 253+201+139=593 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.66% from 593); Green value is 201 (78.91% from 255 or 33.90% from 593); Blue value is 139 (54.69% from 255 or 23.44% from 593); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC98B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDC98B is #023674. Grayscale: #D1D1D1. Windows color (decimal): -145013 or 9161213. OLE color: 9161213.

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

Color convert

RGB253201139-
CMYK00.210.450.01
HSL32.63º96.61%76.86%-
HSV(B)32.63º45.06%99.22%-
XYZ66.0564.5233.4-
YUV209.4888.23159.04-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 42.66%
GREEN value IS 201 (78.91% from 255) = 33.90%
BLUE value IS 139 (54.69% from 255) = 23.44%
R=42.66%
G=33.90%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25320113900.210.450.0132.6396.6176.86
HexFDC98B0152D121614d
Octal37531121302555141141115
Binary111111011100100110001011010101101101110000111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDC98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDC98B; }

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

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

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

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

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

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

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

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