Html Css Color HEX #FEF094 Picasso

📋 copy color: '#FEF094'

red 254 ◦ green 240 ◦ blue 148

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

Shades of Picasso #FEF094

Tints of Picasso #FEF094

RGB

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

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

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

R = 39.56%
G = 37.38%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FEF094 (or 0xFEF094) is known color: Picasso. HEX triplet: FE, F0 and 94. RGB value is (254,240,148). Sum of RGB (Red+Green+Blue) = 254+240+148=642 (85% of max value = 765). Red value is 254 (99.61% from 255 or 39.56% from 642); Green value is 240 (94.14% from 255 or 37.38% from 642); Blue value is 148 (58.20% from 255 or 23.05% from 642); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF094 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEF094 is #010F6B. Grayscale: #EAEAEA. Windows color (decimal): -69484 or 9761022. OLE color: 9761022.

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

Color convert

RGB 254 240 148 -
CMYK 0 0.06 0.42 0.00
HSL 52.08º 0.98% 0.79% -
HSV(B) 52.08º 0.42% 1% -
XYZ 77.38 85.53 40.45 -
YUV 233.7 79.64 142.48 -
System Red Green Blue C M Y K H S L
Decimal 254 240 148 0 0.06 0.42 0.00 52.08 0.98 0.79
Hex FE F0 94 0 6 2A 0 34 62 4F
Octal 376 360 224 0 6 52 0 64 142 117
Binary 11111110 11110000 10010100 0 110 101010 0 110100 1100010 1001111

Color Harmonies of #FEF094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEF094

Black with #FEF094

Text Example


Text Example

White with #FEF094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEF094; }

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

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

background-color css

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

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

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

border-color css

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

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

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