Html Css Color HEX #FEF294 Picasso

📋 copy color: '#FEF294'

red 254 ◦ green 242 ◦ blue 148

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

Shades of Picasso #FEF294

Tints of Picasso #FEF294

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.58%

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

R = 39.44%
G = 37.58%
B = 22.98%

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

#FEF294 (or 0xFEF294) is known color: Picasso. HEX triplet: FE, F2 and 94. RGB value is (254,242,148). Sum of RGB (Red+Green+Blue) = 254+242+148=644 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.44% from 644); Green value is 242 (94.92% from 255 or 37.58% from 644); Blue value is 148 (58.20% from 255 or 22.98% from 644); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF294 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF294 is #010D6B. Grayscale: #EBEBEB. Windows color (decimal): -68972 or 9761534. OLE color: 9761534.

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

Color convert

RGB 254 242 148 -
CMYK 0 0.05 0.42 0.00
HSL 53.21º 0.98% 0.79% -
HSV(B) 53.21º 0.42% 1% -
XYZ 77.97 86.71 40.64 -
YUV 234.87 78.98 141.64 -
System Red Green Blue C M Y K H S L
Decimal 254 242 148 0 0.05 0.42 0.00 53.21 0.98 0.79
Hex FE F2 94 0 5 2A 0 35 62 4F
Octal 376 362 224 0 5 52 0 65 142 117
Binary 11111110 11110010 10010100 0 101 101010 0 110101 1100010 1001111

Color Harmonies of #FEF294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF294

Black with #FEF294

Text Example


Text Example

White with #FEF294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF294; }

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

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

background-color css

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

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

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

border-color css

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

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

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