#FFC998

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

Shades of Peach-Orange #FFC998

Tints of Peach-Orange #FFC998

Color information

#FFC998 (or 0xFFC998) is unknown color: approx Peach-Orange. HEX triplet: FF, C9 and 98. RGB value is (255,201,152). Sum of RGB (Red+Green+Blue) = 255+201+152=608 (80% of max value = 765). Red value is 255 (100% from 255 or 41.94% from 608); Green value is 201 (78.91% from 255 or 33.06% from 608); Blue value is 152 (59.77% from 255 or 25% from 608); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC998 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC998 is #003667. Grayscale: #D3D3D3. Windows color (decimal): -13928 or 10013183. OLE color: 10013183.

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

Color convert

RGB255201152-
CMYK00.210.400
HSL28.54º100%79.8%-
HSV(B)28.54º40.39%100%-
XYZ67.7965.338.74-
YUV211.5694.39158.98-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.94%
GREEN value IS 201 (78.91% from 255) = 33.06%
BLUE value IS 152 (59.77% from 255) = 25%
R=41.94%
G=33.06%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520115200.210.40028.5410079.8
HexFFC9980152801d6450
Octal37731123002550035144120
Binary11111111110010011001100001010110100001110111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC998; }

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

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

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

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

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

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

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

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