#F6F7A0

Color #F6F7A0 Pale Prim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Prim #F6F7A0

Tints of Pale Prim #F6F7A0

Color information

#F6F7A0 (or 0xF6F7A0) is unknown color: approx Pale Prim. HEX triplet: F6, F7 and A0. RGB value is (246,247,160). Sum of RGB (Red+Green+Blue) = 246+247+160=653 (86% of max value = 765). Red value is 246 (96.48% from 255 or 37.67% from 653); Green value is 247 (96.88% from 255 or 37.83% from 653); Blue value is 160 (62.89% from 255 or 24.50% from 653); Max value from RGB is 247 - color contains mainly: green. Hex color #F6F7A0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F7A0 is #09085F. Grayscale: #EDEDED. Windows color (decimal): -591968 or 10549238. OLE color: 10549238.

HSL color Cylindrical-coordinate representation of color #F6F7A0: hue angle of 60.69º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F6F7A0 is Cyan = 0.00, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB246247160-
CMYK0.0000.350.03
HSL60.69º84.47%79.8%-
HSV(B)60.69º35.22%96.86%-
XYZ77.6188.6546.28-
YUV236.7884.67134.57-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.67%
GREEN value IS 247 (96.88% from 255) = 37.83%
BLUE value IS 160 (62.89% from 255) = 24.50%
R=37.67%
G=37.83%
B=24.50%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2462471600.0000.350.0360.6984.4779.8
HexF6F7A0002333d5450
Octal3663672400043375124120
Binary111101101111011110100000001000111111110110101001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F7A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F7A0; }

 p { color: rgb(246,247,160); }

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

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

 a { background-color: rgb(246,247,160); }

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

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

 span { border-color: rgb(246,247,160); }

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