Html Css Color HEX #FEF194 Picasso

📋 copy color: '#FEF194'

red 254 ◦ green 241 ◦ blue 148

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

Shades of Picasso #FEF194

Tints of Picasso #FEF194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 23.02%

R = 39.5%
G = 37.48%
B = 23.02%

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

#FEF194 (or 0xFEF194) is known color: Picasso. HEX triplet: FE, F1 and 94. RGB value is (254,241,148). Sum of RGB (Red+Green+Blue) = 254+241+148=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 241 (94.53% from 255 or 37.48% from 643); Blue value is 148 (58.20% from 255 or 23.02% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF194 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF194 is #010E6B. Grayscale: #EAEAEA. Windows color (decimal): -69228 or 9761278. OLE color: 9761278.

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

Color convert

RGB 254 241 148 -
CMYK 0 0.05 0.42 0.00
HSL 52.64º 0.98% 0.79% -
HSV(B) 52.64º 0.42% 1% -
XYZ 77.67 86.12 40.55 -
YUV 234.29 79.31 142.06 -
System Red Green Blue C M Y K H S L
Decimal 254 241 148 0 0.05 0.42 0.00 52.64 0.98 0.79
Hex FE F1 94 0 5 2A 0 35 62 4F
Octal 376 361 224 0 5 52 0 65 142 117
Binary 11111110 11110001 10010100 0 101 101010 0 110101 1100010 1001111

Color Harmonies of #FEF194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF194

Black with #FEF194

Text Example


Text Example

White with #FEF194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF194; }

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

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

background-color css

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

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

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

border-color css

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

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

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