Html Css Color HEX #FEF08E Picasso

📋 copy color: '#FEF08E'

red 254 ◦ green 240 ◦ blue 142

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

Shades of Picasso #FEF08E

Tints of Picasso #FEF08E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 22.33%

R = 39.94%
G = 37.74%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FEF08E (or 0xFEF08E) is known color: Picasso. HEX triplet: FE, F0 and 8E. RGB value is (254,240,142). Sum of RGB (Red+Green+Blue) = 254+240+142=636 (84% of max value = 765). Red value is 254 (99.61% from 255 or 39.94% from 636); Green value is 240 (94.14% from 255 or 37.74% from 636); Blue value is 142 (55.86% from 255 or 22.33% from 636); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF08E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF08E is #010F71. Grayscale: #E9E9E9. Windows color (decimal): -69490 or 9367806. OLE color: 9367806.

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

Color convert

RGB 254 240 142 -
CMYK 0 0.06 0.44 0.00
HSL 52.5º 0.98% 0.78% -
HSV(B) 52.5º 0.44% 1% -
XYZ 76.92 85.34 38.01 -
YUV 233.01 76.64 142.97 -
System Red Green Blue C M Y K H S L
Decimal 254 240 142 0 0.06 0.44 0.00 52.5 0.98 0.78
Hex FE F0 8E 0 6 2C 0 34 62 4E
Octal 376 360 216 0 6 54 0 64 142 116
Binary 11111110 11110000 10001110 0 110 101100 0 110100 1100010 1001110

Color Harmonies of #FEF08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF08E

Black with #FEF08E

Text Example


Text Example

White with #FEF08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF08E; }

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

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

background-color css

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

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

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

border-color css

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

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

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