#f7f29e

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

Shades of Pale Prim #F7F29E

Tints of Pale Prim #F7F29E

Color information

#F7F29E (or 0xF7F29E) is unknown color: approx Pale Prim. HEX triplet: F7, F2 and 9E. RGB value is (247,242,158). Sum of RGB (Red+Green+Blue) = 247+242+158=647 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.18% from 647); Green value is 242 (94.92% from 255 or 37.40% from 647); Blue value is 158 (62.11% from 255 or 24.42% from 647); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F29E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F29E is #080D61. Grayscale: #EAEAEA. Windows color (decimal): -527714 or 10416887. OLE color: 10416887.

HSL color Cylindrical-coordinate representation of color #F7F29E: hue angle of 56.63º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F7F29E is Cyan = 0, Magento = 0.02, Yellow = 0.36 and Black (K on CMYK) = 0.03.

Color convert

RGB247242158-
CMYK00.020.360.03
HSL56.63º84.76%79.41%-
HSV(B)56.63º36.03%96.86%-
XYZ76.2885.7544.88-
YUV233.9285.16137.33-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.18%
GREEN value IS 242 (94.92% from 255) = 37.40%
BLUE value IS 158 (62.11% from 255) = 24.42%
R=38.18%
G=37.40%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.36
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24724215800.020.360.0356.6384.7679.41
HexF7F29E0224339554f
Octal3673622360244371125117
Binary1111011111110010100111100101001001111100110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f7f29e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f7f29e; }

 p { color: rgb(247,242,158); }

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

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

 a { background-color: rgb(247,242,158); }

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

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

 span { border-color: rgb(247,242,158); }

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