#F2CC9B

Color #F2CC9B New Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Tan #F2CC9B

Tints of New Tan #F2CC9B

Color information

#F2CC9B (or 0xF2CC9B) is unknown color: approx New Tan. HEX triplet: F2, CC and 9B. RGB value is (242,204,155). Sum of RGB (Red+Green+Blue) = 242+204+155=601 (79% of max value = 765). Red value is 242 (94.92% from 255 or 40.27% from 601); Green value is 204 (80.08% from 255 or 33.94% from 601); Blue value is 155 (60.94% from 255 or 25.79% from 601); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CC9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CC9B is #0D3364. Grayscale: #D2D2D2. Windows color (decimal): -865125 or 10210546. OLE color: 10210546.

HSL color Cylindrical-coordinate representation of color #F2CC9B: hue angle of 33.79º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F2CC9B is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB242204155-
CMYK00.160.360.05
HSL33.79º76.99%77.84%-
HSV(B)33.79º35.95%94.9%-
XYZ64.1364.4340.07-
YUV209.7897.09150.98-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 40.27%
GREEN value IS 204 (80.08% from 255) = 33.94%
BLUE value IS 155 (60.94% from 255) = 25.79%
R=40.27%
G=33.94%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220415500.160.360.0533.7976.9977.84
HexF2CC9B010245224d4e
Octal36231423302044542115116
Binary11110010110011001001101101000010010010110001010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CC9B; }

 p { color: rgb(242,204,155); }

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

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

 a { background-color: rgb(242,204,155); }

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

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

 span { border-color: rgb(242,204,155); }

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