#ffc694

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

Shades of Peach-Orange #FFC694

Tints of Peach-Orange #FFC694

Color information

#FFC694 (or 0xFFC694) is unknown color: approx Peach-Orange. HEX triplet: FF, C6 and 94. RGB value is (255,198,148). Sum of RGB (Red+Green+Blue) = 255+198+148=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 198 (77.73% from 255 or 32.95% from 601); Blue value is 148 (58.20% from 255 or 24.63% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC694 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC694 is #00396B. Grayscale: #D1D1D1. Windows color (decimal): -14700 or 9750271. OLE color: 9750271.

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

Color convert

RGB255198148-
CMYK00.220.420
HSL28.04º100%79.02%-
HSV(B)28.04º41.96%100%-
XYZ66.7863.7936.81-
YUV209.3493.38160.57-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.43%
GREEN value IS 198 (77.73% from 255) = 32.95%
BLUE value IS 148 (58.20% from 255) = 24.63%
R=42.43%
G=32.95%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519814800.220.42028.0410079.02
HexFFC6940162A01c644f
Octal37730622402652034144117
Binary11111111110001101001010001011010101001110011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffc694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffc694; }

 p { color: rgb(255,198,148); }

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

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

 a { background-color: rgb(255,198,148); }

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

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

 span { border-color: rgb(255,198,148); }

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