Html Css Color HEX #F2EA9B Portafino

📋 copy color: '#F2EA9B'

red 242 ◦ green 234 ◦ blue 155

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

Shades of Portafino #F2EA9B

Tints of Portafino #F2EA9B

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.08%

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

R = 38.35%
G = 37.08%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2EA9B (or 0xF2EA9B) is known color: Portafino. HEX triplet: F2, EA and 9B. RGB value is (242,234,155). Sum of RGB (Red+Green+Blue) = 242+234+155=631 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.35% from 631); Green value is 234 (91.80% from 255 or 37.08% from 631); Blue value is 155 (60.94% from 255 or 24.56% from 631); Max value from RGB is 242 - color contains mainly: red. Hex color #F2EA9B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2EA9B is #0D1564. Grayscale: #E3E3E3. Windows color (decimal): -857445 or 10218226. OLE color: 10218226.

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

Color convert

RGB 242 234 155 -
CMYK 0 0.03 0.36 0.05
HSL 54.48º 0.77% 0.78% -
HSV(B) 54.48º 0.36% 0.95% -
XYZ 71.96 80.09 42.68 -
YUV 227.39 87.15 138.42 -
System Red Green Blue C M Y K H S L
Decimal 242 234 155 0 0.03 0.36 0.05 54.48 0.77 0.78
Hex F2 EA 9B 0 3 24 5 36 4D 4E
Octal 362 352 233 0 3 44 5 66 115 116
Binary 11110010 11101010 10011011 0 11 100100 101 110110 1001101 1001110

Color Harmonies of #F2EA9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2EA9B

Black with #F2EA9B

Text Example


Text Example

White with #F2EA9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2EA9B; }

 p { color: rgb(242,234,155); }

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

background-color css

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

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

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

border-color css

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

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

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