Html Css Color HEX #F2F098 Portafino

📋 copy color: '#F2F098'

red 242 ◦ green 240 ◦ blue 152

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

Shades of Portafino #F2F098

Tints of Portafino #F2F098

RGB

 RED value IS 242 (94.92% from 255) = 38.17%

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

 BLUE value IS 152 (59.77% from 255) = 23.97%

R = 38.17%
G = 37.85%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F2F098 (or 0xF2F098) is known color: Portafino. HEX triplet: F2, F0 and 98. RGB value is (242,240,152). Sum of RGB (Red+Green+Blue) = 242+240+152=634 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.17% from 634); Green value is 240 (94.14% from 255 or 37.85% from 634); Blue value is 152 (59.77% from 255 or 23.97% from 634); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F098 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2F098 is #0D0F67. Grayscale: #E6E6E6. Windows color (decimal): -855912 or 10023154. OLE color: 10023154.

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

Color convert

RGB 242 240 152 -
CMYK 0 0.01 0.37 0.05
HSL 58.67º 0.78% 0.77% -
HSV(B) 58.67º 0.37% 0.95% -
XYZ 73.45 83.46 41.95 -
YUV 230.57 83.66 136.16 -
System Red Green Blue C M Y K H S L
Decimal 242 240 152 0 0.01 0.37 0.05 58.67 0.78 0.77
Hex F2 F0 98 0 1 25 5 3B 4E 4D
Octal 362 360 230 0 1 45 5 73 116 115
Binary 11110010 11110000 10011000 0 1 100101 101 111011 1001110 1001101

Color Harmonies of #F2F098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2F098

Black with #F2F098

Text Example


Text Example

White with #F2F098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2F098; }

 p { color: rgb(242,240,152); }

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

background-color css

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

 a { background-color: rgb(242,240,152); }

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

border-color css

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

 span { border-color: rgb(242,240,152); }

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