Html Css Color HEX #F2E498 Picasso

📋 copy color: '#F2E498'

red 242 ◦ green 228 ◦ blue 152

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

Shades of Picasso #F2E498

Tints of Picasso #F2E498

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.66%

 BLUE value IS 152 (59.77% from 255) = 24.44%

R = 38.91%
G = 36.66%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.37

 K value IS 0.05

RGB Variations

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

Color information

#F2E498 (or 0xF2E498) is known color: Picasso. HEX triplet: F2, E4 and 98. RGB value is (242,228,152). Sum of RGB (Red+Green+Blue) = 242+228+152=622 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.91% from 622); Green value is 228 (89.45% from 255 or 36.66% from 622); Blue value is 152 (59.77% from 255 or 24.44% from 622); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E498 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E498 is #0D1B67. Grayscale: #DFDFDF. Windows color (decimal): -858984 or 10020082. OLE color: 10020082.

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

Color convert

RGB 242 228 152 -
CMYK 0 0.06 0.37 0.05
HSL 50.67º 0.78% 0.77% -
HSV(B) 50.67º 0.37% 0.95% -
XYZ 70.03 76.63 40.81 -
YUV 223.52 87.64 141.18 -
System Red Green Blue C M Y K H S L
Decimal 242 228 152 0 0.06 0.37 0.05 50.67 0.78 0.77
Hex F2 E4 98 0 6 25 5 33 4E 4D
Octal 362 344 230 0 6 45 5 63 116 115
Binary 11110010 11100100 10011000 0 110 100101 101 110011 1001110 1001101

Color Harmonies of #F2E498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E498

Black with #F2E498

Text Example


Text Example

White with #F2E498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E498; }

 p { color: rgb(242,228,152); }

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

background-color css

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

 a { background-color: rgb(242,228,152); }

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

border-color css

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

 span { border-color: rgb(242,228,152); }

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