Html Css Color HEX #F0E99B Portafino

📋 copy color: '#F0E99B'

red 240 ◦ green 233 ◦ blue 155

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

Shades of Portafino #F0E99B

Tints of Portafino #F0E99B

RGB

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

 GREEN value IS 233 (91.41% from 255) = 37.1%

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

R = 38.22%
G = 37.1%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#F0E99B (or 0xF0E99B) is known color: Portafino. HEX triplet: F0, E9 and 9B. RGB value is (240,233,155). Sum of RGB (Red+Green+Blue) = 240+233+155=628 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.22% from 628); Green value is 233 (91.41% from 255 or 37.10% from 628); Blue value is 155 (60.94% from 255 or 24.68% from 628); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E99B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0E99B is #0F1664. Grayscale: #E2E2E2. Windows color (decimal): -988773 or 10217968. OLE color: 10217968.

HSL color Cylindrical-coordinate representation of color #F0E99B: hue angle of 55.06º 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 #F0E99B is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 233 155 -
CMYK 0 0.03 0.35 0.06
HSL 55.06º 0.74% 0.77% -
HSV(B) 55.06º 0.35% 0.94% -
XYZ 70.99 79.17 42.55 -
YUV 226.2 87.82 137.84 -
System Red Green Blue C M Y K H S L
Decimal 240 233 155 0 0.03 0.35 0.06 55.06 0.74 0.77
Hex F0 E9 9B 0 3 23 6 37 4A 4D
Octal 360 351 233 0 3 43 6 67 112 115
Binary 11110000 11101001 10011011 0 11 100011 110 110111 1001010 1001101

Color Harmonies of #F0E99B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0E99B

Black with #F0E99B

Text Example


Text Example

White with #F0E99B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0E99B; }

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

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

background-color css

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

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

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

border-color css

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

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

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