#FFC98A

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

Shades of Peach-Orange #FFC98A

Tints of Peach-Orange #FFC98A

Color information

#FFC98A (or 0xFFC98A) is unknown color: approx Peach-Orange. HEX triplet: FF, C9 and 8A. RGB value is (255,201,138). Sum of RGB (Red+Green+Blue) = 255+201+138=594 (78% of max value = 765). Red value is 255 (100% from 255 or 42.93% from 594); Green value is 201 (78.91% from 255 or 33.84% from 594); Blue value is 138 (54.30% from 255 or 23.23% from 594); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC98A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC98A is #003675. Grayscale: #D2D2D2. Windows color (decimal): -13942 or 9095679. OLE color: 9095679.

HSL color Cylindrical-coordinate representation of color #FFC98A: hue angle of 32.31º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FFC98A is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.

Color convert

RGB255201138-
CMYK00.210.460
HSL32.31º100%77.06%-
HSV(B)32.31º45.88%100%-
XYZ66.7164.8733.05-
YUV209.9687.39160.12-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.93%
GREEN value IS 201 (78.91% from 255) = 33.84%
BLUE value IS 138 (54.30% from 255) = 23.23%
R=42.93%
G=33.84%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520113800.210.46032.3110077.06
HexFFC98A0152E020644d
Octal37731121202556040144115
Binary111111111100100110001010010101101110010000011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC98A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC98A; }

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

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

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

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

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

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

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

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