#FFC68A

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

Shades of Peach-Orange #FFC68A

Tints of Peach-Orange #FFC68A

Color information

#FFC68A (or 0xFFC68A) is unknown color: approx Peach-Orange. HEX triplet: FF, C6 and 8A. RGB value is (255,198,138). Sum of RGB (Red+Green+Blue) = 255+198+138=591 (78% of max value = 765). Red value is 255 (100% from 255 or 43.15% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 138 (54.30% from 255 or 23.35% from 591); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC68A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFC68A is #003975. Grayscale: #D0D0D0. Windows color (decimal): -14710 or 9094911. OLE color: 9094911.

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

Color convert

RGB255198138-
CMYK00.220.460
HSL30.77º100%77.06%-
HSV(B)30.77º45.88%100%-
XYZ66.0263.4832.82-
YUV208.288.38161.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 43.15%
GREEN value IS 198 (77.73% from 255) = 33.50%
BLUE value IS 138 (54.30% from 255) = 23.35%
R=43.15%
G=33.50%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25519813800.220.46030.7710077.06
HexFFC68A0162E01f644d
Octal37730621202656037144115
Binary11111111110001101000101001011010111001111111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFC68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFC68A; }

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

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

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

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

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

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

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

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