#FFC78A

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

Shades of Peach-Orange #FFC78A

Tints of Peach-Orange #FFC78A

Color information

#FFC78A (or 0xFFC78A) is unknown color: approx Peach-Orange. HEX triplet: FF, C7 and 8A. RGB value is (255,199,138). Sum of RGB (Red+Green+Blue) = 255+199+138=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 199 (78.12% from 255 or 33.61% from 592); Blue value is 138 (54.30% from 255 or 23.31% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC78A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC78A is #003875. Grayscale: #D1D1D1. Windows color (decimal): -14454 or 9095167. OLE color: 9095167.

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

Color convert

RGB255199138-
CMYK00.220.460
HSL31.28º100%77.06%-
HSV(B)31.28º45.88%100%-
XYZ66.2563.9432.89-
YUV208.7988.05160.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.07%
GREEN value IS 199 (78.12% from 255) = 33.61%
BLUE value IS 138 (54.30% from 255) = 23.31%
R=43.07%
G=33.61%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519913800.220.46031.2810077.06
HexFFC78A0162E01f644d
Octal37730721202656037144115
Binary11111111110001111000101001011010111001111111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC78A; }

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

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

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

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

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

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

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

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