#FFC88A

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

Shades of Peach-Orange #FFC88A

Tints of Peach-Orange #FFC88A

Color information

#FFC88A (or 0xFFC88A) is unknown color: approx Peach-Orange. HEX triplet: FF, C8 and 8A. RGB value is (255,200,138). Sum of RGB (Red+Green+Blue) = 255+200+138=593 (78% of max value = 765). Red value is 255 (100% from 255 or 43.00% from 593); Green value is 200 (78.52% from 255 or 33.73% from 593); Blue value is 138 (54.30% from 255 or 23.27% from 593); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC88A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC88A is #003775. Grayscale: #D1D1D1. Windows color (decimal): -14198 or 9095423. OLE color: 9095423.

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

Color convert

RGB255200138-
CMYK00.220.460
HSL31.79º100%77.06%-
HSV(B)31.79º45.88%100%-
XYZ66.4864.432.97-
YUV209.3887.72160.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.00%
GREEN value IS 200 (78.52% from 255) = 33.73%
BLUE value IS 138 (54.30% from 255) = 23.27%
R=43.00%
G=33.73%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25520013800.220.46031.7910077.06
HexFFC88A0162E020644d
Octal37731021202656040144115
Binary111111111100100010001010010110101110010000011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC88A; }

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

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

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

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

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

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

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

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