#FFC798

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

Shades of Peach-Orange #FFC798

Tints of Peach-Orange #FFC798

Color information

#FFC798 (or 0xFFC798) is unknown color: approx Peach-Orange. HEX triplet: FF, C7 and 98. RGB value is (255,199,152). Sum of RGB (Red+Green+Blue) = 255+199+152=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 199 (78.12% from 255 or 32.84% from 606); Blue value is 152 (59.77% from 255 or 25.08% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC798 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC798 is #003867. Grayscale: #D2D2D2. Windows color (decimal): -14440 or 10012671. OLE color: 10012671.

HSL color Cylindrical-coordinate representation of color #FFC798: hue angle of 27.38º 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 #FFC798 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.

Color convert

RGB255199152-
CMYK00.220.400
HSL27.38º100%79.8%-
HSV(B)27.38º40.39%100%-
XYZ67.3364.3738.58-
YUV210.3995.05159.82-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.08%
GREEN value IS 199 (78.12% from 255) = 32.84%
BLUE value IS 152 (59.77% from 255) = 25.08%
R=42.08%
G=32.84%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519915200.220.40027.3810079.8
HexFFC7980162801b6450
Octal37730723002650033144120
Binary11111111110001111001100001011010100001101111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC798; }

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

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

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

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

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

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

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

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