#F6CD97

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

Shades of Peach-Orange #F6CD97

Tints of Peach-Orange #F6CD97

Color information

#F6CD97 (or 0xF6CD97) is unknown color: approx Peach-Orange. HEX triplet: F6, CD and 97. RGB value is (246,205,151). Sum of RGB (Red+Green+Blue) = 246+205+151=602 (79% of max value = 765). Red value is 246 (96.48% from 255 or 40.86% from 602); Green value is 205 (80.47% from 255 or 34.05% from 602); Blue value is 151 (59.38% from 255 or 25.08% from 602); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CD97 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CD97 is #093268. Grayscale: #D3D3D3. Windows color (decimal): -602729 or 9948662. OLE color: 9948662.

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

Color convert

RGB246205151-
CMYK00.170.390.04
HSL34.11º84.07%77.84%-
HSV(B)34.11º38.62%96.47%-
XYZ65.4265.4938.47-
YUV211.194.08152.89-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.86%
GREEN value IS 205 (80.47% from 255) = 34.05%
BLUE value IS 151 (59.38% from 255) = 25.08%
R=40.86%
G=34.05%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.39
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620515100.170.390.0434.1184.0777.84
HexF6CD9701127422544e
Octal36631522702147442124116
Binary11110110110011011001011101000110011110010001010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CD97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CD97; }

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

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

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

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

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

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

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

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