#F6CB96

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

Shades of Peach-Orange #F6CB96

Tints of Peach-Orange #F6CB96

Color information

#F6CB96 (or 0xF6CB96) is unknown color: approx Peach-Orange. HEX triplet: F6, CB and 96. RGB value is (246,203,150). Sum of RGB (Red+Green+Blue) = 246+203+150=599 (79% of max value = 765). Red value is 246 (96.48% from 255 or 41.07% from 599); Green value is 203 (79.69% from 255 or 33.89% from 599); Blue value is 150 (58.98% from 255 or 25.04% from 599); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CB96 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CB96 is #093469. Grayscale: #D2D2D2. Windows color (decimal): -603242 or 9882614. OLE color: 9882614.

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

Color convert

RGB246203150-
CMYK00.170.390.04
HSL33.12º84.21%77.65%-
HSV(B)33.12º39.02%96.47%-
XYZ64.8764.5137.89-
YUV209.8194.25153.81-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 41.07%
GREEN value IS 203 (79.69% from 255) = 33.89%
BLUE value IS 150 (58.98% from 255) = 25.04%
R=41.07%
G=33.89%
B=25.04%

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
Decimal24620315000.170.390.0433.1284.2177.65
HexF6CB9601127421544e
Octal36631322602147441124116
Binary11110110110010111001011001000110011110010000110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CB96; }

 p { color: rgb(246,203,150); }

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

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

 a { background-color: rgb(246,203,150); }

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

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

 span { border-color: rgb(246,203,150); }

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