#F6F69A

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

Shades of Pale Prim #F6F69A

Tints of Pale Prim #F6F69A

Color information

#F6F69A (or 0xF6F69A) is unknown color: approx Pale Prim. HEX triplet: F6, F6 and 9A. RGB value is (246,246,154). Sum of RGB (Red+Green+Blue) = 246+246+154=646 (85% of max value = 765). Red value is 246 (96.48% from 255 or 38.08% from 646); Green value is 246 (96.48% from 255 or 38.08% from 646); Blue value is 154 (60.55% from 255 or 23.84% from 646); Max value from RGB is 246 - color contains mainly: red, green. Hex color #F6F69A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F6F69A is #090965. Grayscale: #EBEBEB. Windows color (decimal): -592230 or 10155766. OLE color: 10155766.

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

Color convert

RGB246246154-
CMYK000.370.04
HSL60º83.64%78.43%-
HSV(B)60º37.4%96.47%-
XYZ76.7987.8443.48-
YUV235.5182135.48-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 38.08%
GREEN value IS 246 (96.48% from 255) = 38.08%
BLUE value IS 154 (60.55% from 255) = 23.84%
R=38.08%
G=38.08%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246246154000.370.046083.6478.43
HexF6F69A002543c544e
Octal3663662320045474124116
Binary1111011011110110100110100010010110011110010101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6F69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6F69A; }

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

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

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

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

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

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

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

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