Html Css Color HEX #F2ED96 Portafino

📋 copy color: '#F2ED96'

red 242 ◦ green 237 ◦ blue 150

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

Shades of Portafino #F2ED96

Tints of Portafino #F2ED96

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.68%

 BLUE value IS 150 (58.98% from 255) = 23.85%

R = 38.47%
G = 37.68%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#F2ED96 (or 0xF2ED96) is known color: Portafino. HEX triplet: F2, ED and 96. RGB value is (242,237,150). Sum of RGB (Red+Green+Blue) = 242+237+150=629 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.47% from 629); Green value is 237 (92.97% from 255 or 37.68% from 629); Blue value is 150 (58.98% from 255 or 23.85% from 629); Max value from RGB is 242 - color contains mainly: red. Hex color #F2ED96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2ED96 is #0D1269. Grayscale: #E4E4E4. Windows color (decimal): -856682 or 9891314. OLE color: 9891314.

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

Color convert

RGB 242 237 150 -
CMYK 0 0.02 0.38 0.05
HSL 56.74º 0.78% 0.77% -
HSV(B) 56.74º 0.38% 0.95% -
XYZ 72.41 81.65 40.8 -
YUV 228.58 83.66 137.57 -
System Red Green Blue C M Y K H S L
Decimal 242 237 150 0 0.02 0.38 0.05 56.74 0.78 0.77
Hex F2 ED 96 0 2 26 5 39 4E 4D
Octal 362 355 226 0 2 46 5 71 116 115
Binary 11110010 11101101 10010110 0 10 100110 101 111001 1001110 1001101

Color Harmonies of #F2ED96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2ED96

Black with #F2ED96

Text Example


Text Example

White with #F2ED96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2ED96; }

 p { color: rgb(242,237,150); }

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

background-color css

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

 a { background-color: rgb(242,237,150); }

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

border-color css

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

 span { border-color: rgb(242,237,150); }

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