Html Css Color HEX #FEF095 Picasso

📋 copy color: '#FEF095'

red 254 ◦ green 240 ◦ blue 149

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

Shades of Picasso #FEF095

Tints of Picasso #FEF095

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.33%

 BLUE value IS 149 (58.59% from 255) = 23.17%

R = 39.5%
G = 37.33%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FEF095 (or 0xFEF095) is known color: Picasso. HEX triplet: FE, F0 and 95. RGB value is (254,240,149). Sum of RGB (Red+Green+Blue) = 254+240+149=643 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.50% from 643); Green value is 240 (94.14% from 255 or 37.33% from 643); Blue value is 149 (58.59% from 255 or 23.17% from 643); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF095 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF095 is #010F6A. Grayscale: #EAEAEA. Windows color (decimal): -69483 or 9826558. OLE color: 9826558.

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

Color convert

RGB 254 240 149 -
CMYK 0 0.06 0.41 0.00
HSL 52º 0.98% 0.79% -
HSV(B) 52º 0.41% 1% -
XYZ 77.46 85.56 40.87 -
YUV 233.81 80.14 142.4 -
System Red Green Blue C M Y K H S L
Decimal 254 240 149 0 0.06 0.41 0.00 52 0.98 0.79
Hex FE F0 95 0 6 29 0 34 62 4F
Octal 376 360 225 0 6 51 0 64 142 117
Binary 11111110 11110000 10010101 0 110 101001 0 110100 1100010 1001111

Color Harmonies of #FEF095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF095

Black with #FEF095

Text Example


Text Example

White with #FEF095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF095; }

 p { color: rgb(254,240,149); }

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

background-color css

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

 a { background-color: rgb(254,240,149); }

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

border-color css

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

 span { border-color: rgb(254,240,149); }

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