Html Css Color HEX #FEF193 Picasso

📋 copy color: '#FEF193'

red 254 ◦ green 241 ◦ blue 147

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

Shades of Picasso #FEF193

Tints of Picasso #FEF193

RGB

 RED value IS 254 (99.61% from 255) = 39.56%

 GREEN value IS 241 (94.53% from 255) = 37.54%

 BLUE value IS 147 (57.81% from 255) = 22.9%

R = 39.56%
G = 37.54%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FEF193 (or 0xFEF193) is known color: Picasso. HEX triplet: FE, F1 and 93. RGB value is (254,241,147). Sum of RGB (Red+Green+Blue) = 254+241+147=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 241 (94.53% from 255 or 37.54% from 642); Blue value is 147 (57.81% from 255 or 22.90% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF193 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF193 is #010E6C. Grayscale: #EAEAEA. Windows color (decimal): -69229 or 9695742. OLE color: 9695742.

HSL color Cylindrical-coordinate representation of color #FEF193: hue angle of 52.71º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FEF193 is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 241 147 -
CMYK 0 0.05 0.42 0.00
HSL 52.71º 0.98% 0.79% -
HSV(B) 52.71º 0.42% 1% -
XYZ 77.59 86.09 40.13 -
YUV 234.17 78.81 142.14 -
System Red Green Blue C M Y K H S L
Decimal 254 241 147 0 0.05 0.42 0.00 52.71 0.98 0.79
Hex FE F1 93 0 5 2A 0 35 62 4F
Octal 376 361 223 0 5 52 0 65 142 117
Binary 11111110 11110001 10010011 0 101 101010 0 110101 1100010 1001111

Color Harmonies of #FEF193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF193

Black with #FEF193

Text Example


Text Example

White with #FEF193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF193; }

 p { color: rgb(254,241,147); }

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

background-color css

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

 a { background-color: rgb(254,241,147); }

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

border-color css

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

 span { border-color: rgb(254,241,147); }

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