Html Css Color HEX #F0F09B Portafino

📋 copy color: '#F0F09B'

red 240 ◦ green 240 ◦ blue 155

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

Shades of Portafino #F0F09B

Tints of Portafino #F0F09B

RGB

 RED value IS 240 (94.14% from 255) = 37.8%

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

 BLUE value IS 155 (60.94% from 255) = 24.41%

R = 37.8%
G = 37.8%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0F09B (or 0xF0F09B) is known color: Portafino. HEX triplet: F0, F0 and 9B. RGB value is (240,240,155). Sum of RGB (Red+Green+Blue) = 240+240+155=635 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.80% from 635); Green value is 240 (94.14% from 255 or 37.80% from 635); Blue value is 155 (60.94% from 255 or 24.41% from 635); Max value from RGB is 240 - color contains mainly: red, green. Hex color #F0F09B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F09B is #0F0F64. Grayscale: #E6E6E6. Windows color (decimal): -986981 or 10219760. OLE color: 10219760.

HSL color Cylindrical-coordinate representation of color #F0F09B: hue angle of 60º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0F09B is Cyan = 0, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 240 155 -
CMYK 0 0 0.35 0.06
HSL 60º 0.74% 0.77% -
HSV(B) 60º 0.35% 0.94% -
XYZ 73.01 83.21 43.22 -
YUV 230.31 85.5 134.91 -
System Red Green Blue C M Y K H S L
Decimal 240 240 155 0 0 0.35 0.06 60 0.74 0.77
Hex F0 F0 9B 0 0 23 6 3C 4A 4D
Octal 360 360 233 0 0 43 6 74 112 115
Binary 11110000 11110000 10011011 0 0 100011 110 111100 1001010 1001101

Color Harmonies of #F0F09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0F09B

Black with #F0F09B

Text Example


Text Example

White with #F0F09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0F09B; }

 p { color: rgb(240,240,155); }

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

background-color css

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

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

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

border-color css

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

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

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