Html Css Color HEX #F2E79A Picasso

📋 copy color: '#F2E79A'

red 242 ◦ green 231 ◦ blue 154

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

Shades of Picasso #F2E79A

Tints of Picasso #F2E79A

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.84%

 BLUE value IS 154 (60.55% from 255) = 24.56%

R = 38.6%
G = 36.84%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#F2E79A (or 0xF2E79A) is known color: Picasso. HEX triplet: F2, E7 and 9A. RGB value is (242,231,154). Sum of RGB (Red+Green+Blue) = 242+231+154=627 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.60% from 627); Green value is 231 (90.62% from 255 or 36.84% from 627); Blue value is 154 (60.55% from 255 or 24.56% from 627); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E79A is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F2E79A is #0D1865. Grayscale: #E1E1E1. Windows color (decimal): -858214 or 10151922. OLE color: 10151922.

HSL color Cylindrical-coordinate representation of color #F2E79A: hue angle of 52.5º 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 #F2E79A is Cyan = 0, Magento = 0.05, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 231 154 -
CMYK 0 0.05 0.36 0.05
HSL 52.5º 0.77% 0.78% -
HSV(B) 52.5º 0.36% 0.95% -
XYZ 71.03 78.36 41.95 -
YUV 225.51 87.64 139.76 -
System Red Green Blue C M Y K H S L
Decimal 242 231 154 0 0.05 0.36 0.05 52.5 0.77 0.78
Hex F2 E7 9A 0 5 24 5 34 4D 4E
Octal 362 347 232 0 5 44 5 64 115 116
Binary 11110010 11100111 10011010 0 101 100100 101 110100 1001101 1001110

Color Harmonies of #F2E79A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E79A

Black with #F2E79A

Text Example


Text Example

White with #F2E79A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E79A; }

 p { color: rgb(242,231,154); }

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

background-color css

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

 a { background-color: rgb(242,231,154); }

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

border-color css

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

 span { border-color: rgb(242,231,154); }

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