#FFC898

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

Shades of Peach-Orange #FFC898

Tints of Peach-Orange #FFC898

Color information

#FFC898 (or 0xFFC898) is unknown color: approx Peach-Orange. HEX triplet: FF, C8 and 98. RGB value is (255,200,152). Sum of RGB (Red+Green+Blue) = 255+200+152=607 (80% of max value = 765). Red value is 255 (100% from 255 or 42.01% from 607); Green value is 200 (78.52% from 255 or 32.95% from 607); Blue value is 152 (59.77% from 255 or 25.04% from 607); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC898 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC898 is #003767. Grayscale: #D3D3D3. Windows color (decimal): -14184 or 10012927. OLE color: 10012927.

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

Color convert

RGB255200152-
CMYK00.220.400
HSL27.96º100%79.8%-
HSV(B)27.96º40.39%100%-
XYZ67.5664.8438.66-
YUV210.9794.72159.4-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.01%
GREEN value IS 200 (78.52% from 255) = 32.95%
BLUE value IS 152 (59.77% from 255) = 25.04%
R=42.01%
G=32.95%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520015200.220.40027.9610079.8
HexFFC8980162801c6450
Octal37731023002650034144120
Binary11111111110010001001100001011010100001110011001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC898; }

 p { color: rgb(255,200,152); }

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

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

 a { background-color: rgb(255,200,152); }

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

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

 span { border-color: rgb(255,200,152); }

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