#F6CD9A

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

Shades of Peach-Orange #F6CD9A

Tints of Peach-Orange #F6CD9A

Color information

#F6CD9A (or 0xF6CD9A) is unknown color: approx Peach-Orange. HEX triplet: F6, CD and 9A. RGB value is (246,205,154). Sum of RGB (Red+Green+Blue) = 246+205+154=605 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.66% from 605); Green value is 205 (80.47% from 255 or 33.88% from 605); Blue value is 154 (60.55% from 255 or 25.45% from 605); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CD9A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CD9A is #093265. Grayscale: #D3D3D3. Windows color (decimal): -602726 or 10145270. OLE color: 10145270.

HSL color Cylindrical-coordinate representation of color #F6CD9A: hue angle of 33.26º 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 #F6CD9A is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB246205154-
CMYK00.170.370.04
HSL33.26º83.64%78.43%-
HSV(B)33.26º37.4%96.47%-
XYZ65.6765.5939.77-
YUV211.4595.58152.65-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.66%
GREEN value IS 205 (80.47% from 255) = 33.88%
BLUE value IS 154 (60.55% from 255) = 25.45%
R=40.66%
G=33.88%
B=25.45%

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
Decimal24620515400.170.370.0433.2683.6478.43
HexF6CD9A01125421544e
Octal36631523202145441124116
Binary11110110110011011001101001000110010110010000110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CD9A; }

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

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

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

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

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

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

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

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