#F7F29A

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

Shades of Portafino #F7F29A

Tints of Portafino #F7F29A

Color information

#F7F29A (or 0xF7F29A) is unknown color: approx Portafino. HEX triplet: F7, F2 and 9A. RGB value is (247,242,154). Sum of RGB (Red+Green+Blue) = 247+242+154=643 (85% of max value = 765). Red value is 247 (96.88% from 255 or 38.41% from 643); Green value is 242 (94.92% from 255 or 37.64% from 643); Blue value is 154 (60.55% from 255 or 23.95% from 643); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F29A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F29A is #080D65. Grayscale: #E9E9E9. Windows color (decimal): -527718 or 10154743. OLE color: 10154743.

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

Color convert

RGB247242154-
CMYK00.020.380.03
HSL56.77º85.32%78.63%-
HSV(B)56.77º37.65%96.86%-
XYZ75.9485.6143.09-
YUV233.4683.16137.66-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 38.41%
GREEN value IS 242 (94.92% from 255) = 37.64%
BLUE value IS 154 (60.55% from 255) = 23.95%
R=38.41%
G=37.64%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.38
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24724215400.020.380.0356.7785.3278.63
HexF7F29A0226339554f
Octal3673622320246371125117
Binary1111011111110010100110100101001101111100110101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F29A; }

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

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

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

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

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

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

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

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