#F3F29E

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

Shades of Portafino #F3F29E

Tints of Portafino #F3F29E

Color information

#F3F29E (or 0xF3F29E) is unknown color: approx Portafino. HEX triplet: F3, F2 and 9E. RGB value is (243,242,158). Sum of RGB (Red+Green+Blue) = 243+242+158=643 (85% of max value = 765). Red value is 243 (95.31% from 255 or 37.79% from 643); Green value is 242 (94.92% from 255 or 37.64% from 643); Blue value is 158 (62.11% from 255 or 24.57% from 643); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F29E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F3F29E is #0C0D61. Grayscale: #E9E9E9. Windows color (decimal): -789858 or 10416883. OLE color: 10416883.

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

Color convert

RGB243242158-
CMYK00.000.350.05
HSL59.29º77.98%78.63%-
HSV(B)59.29º34.98%95.29%-
XYZ74.8985.0344.81-
YUV232.7285.83135.33-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.79%
GREEN value IS 242 (94.92% from 255) = 37.64%
BLUE value IS 158 (62.11% from 255) = 24.57%
R=37.79%
G=37.64%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24324215800.000.350.0559.2977.9878.63
HexF3F29E002353b4e4f
Octal3633622360043573116117
Binary1111001111110010100111100010001110111101110011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F29E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F29E; }

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

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

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

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

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

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

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

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