#F6CC9A

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

Shades of Peach-Orange #F6CC9A

Tints of Peach-Orange #F6CC9A

Color information

#F6CC9A (or 0xF6CC9A) is unknown color: approx Peach-Orange. HEX triplet: F6, CC and 9A. RGB value is (246,204,154). Sum of RGB (Red+Green+Blue) = 246+204+154=604 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.73% from 604); Green value is 204 (80.08% from 255 or 33.77% from 604); Blue value is 154 (60.55% from 255 or 25.50% from 604); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CC9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CC9A is #093365. Grayscale: #D3D3D3. Windows color (decimal): -602982 or 10145014. OLE color: 10145014.

HSL color Cylindrical-coordinate representation of color #F6CC9A: hue angle of 32.61º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F6CC9A is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB246204154-
CMYK00.170.370.04
HSL32.61º83.64%78.43%-
HSV(B)32.61º37.4%96.47%-
XYZ65.4365.1139.69-
YUV210.8695.91153.07-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.73%
GREEN value IS 204 (80.08% from 255) = 33.77%
BLUE value IS 154 (60.55% from 255) = 25.50%
R=40.73%
G=33.77%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620415400.170.370.0432.6183.6478.43
HexF6CC9A01125421544e
Octal36631423202145441124116
Binary11110110110011001001101001000110010110010000110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CC9A; }

 p { color: rgb(246,204,154); }

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

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

 a { background-color: rgb(246,204,154); }

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

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

 span { border-color: rgb(246,204,154); }

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