#FCCD98

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

Shades of Peach-Orange #FCCD98

Tints of Peach-Orange #FCCD98

Color information

#FCCD98 (or 0xFCCD98) is unknown color: approx Peach-Orange. HEX triplet: FC, CD and 98. RGB value is (252,205,152). Sum of RGB (Red+Green+Blue) = 252+205+152=609 (80% of max value = 765). Red value is 252 (98.83% from 255 or 41.38% from 609); Green value is 205 (80.47% from 255 or 33.66% from 609); Blue value is 152 (59.77% from 255 or 24.96% from 609); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCD98 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCCD98 is #033267. Grayscale: #D5D5D5. Windows color (decimal): -209512 or 10014204. OLE color: 10014204.

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

Color convert

RGB252205152-
CMYK00.190.400.01
HSL31.8º94.34%79.22%-
HSV(B)31.8º39.68%98.82%-
XYZ67.6466.6339-
YUV213.0193.57155.81-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 41.38%
GREEN value IS 205 (80.47% from 255) = 33.66%
BLUE value IS 152 (59.77% from 255) = 24.96%
R=41.38%
G=33.66%
B=24.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25220515200.190.400.0131.894.3479.22
HexFCCD98013281205e4f
Octal37431523002350140136117
Binary111111001100110110011000010011101000110000010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCCD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCCD98; }

 p { color: rgb(252,205,152); }

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

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

 a { background-color: rgb(252,205,152); }

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

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

 span { border-color: rgb(252,205,152); }

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