Html Css Color HEX #F8F099 Portafino

📋 copy color: '#F8F099'

red 248 ◦ green 240 ◦ blue 153

#F8F099
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Portafino #F8F099

Tints of Portafino #F8F099

RGB

 RED value IS 248 (97.27% from 255) = 38.69%

 GREEN value IS 240 (94.14% from 255) = 37.44%

 BLUE value IS 153 (60.16% from 255) = 23.87%

R = 38.69%
G = 37.44%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#F8F099 (or 0xF8F099) is known color: Portafino. HEX triplet: F8, F0 and 99. RGB value is (248,240,153). Sum of RGB (Red+Green+Blue) = 248+240+153=641 (84% of max value = 765). Red value is 248 (97.27% from 255 or 38.69% from 641); Green value is 240 (94.14% from 255 or 37.44% from 641); Blue value is 153 (60.16% from 255 or 23.87% from 641); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F099 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F8F099 is #070F66. Grayscale: #E8E8E8. Windows color (decimal): -462695 or 10088696. OLE color: 10088696.

HSL color Cylindrical-coordinate representation of color #F8F099: hue angle of 54.95º degrees, saturation: 0.87, 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 #F8F099 is Cyan = 0, Magento = 0.03, Yellow = 0.38 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 240 153 -
CMYK 0 0.03 0.38 0.03
HSL 54.95º 0.87% 0.79% -
HSV(B) 54.95º 0.38% 0.97% -
XYZ 75.62 84.58 42.48 -
YUV 232.47 83.15 139.07 -
System Red Green Blue C M Y K H S L
Decimal 248 240 153 0 0.03 0.38 0.03 54.95 0.87 0.79
Hex F8 F0 99 0 3 26 3 37 57 4F
Octal 370 360 231 0 3 46 3 67 127 117
Binary 11111000 11110000 10011001 0 11 100110 11 110111 1010111 1001111

Color Harmonies of #F8F099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F099

Black with #F8F099

Text Example


Text Example

White with #F8F099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F099; }

 p { color: rgb(248,240,153); }

 H1.HeaderClassName
 {
   color: #F8F099;
 }
 .AnyTagClassName
 {
   color: #F8F099;
 }
</style>

background-color css

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

 a { background-color: rgb(248,240,153); }

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

border-color css

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

 span { border-color: rgb(248,240,153); }

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