Html Css Color HEX #FFF094 Picasso

📋 copy color: '#FFF094'

red 255 ◦ green 240 ◦ blue 148

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

Shades of Picasso #FFF094

Tints of Picasso #FFF094

RGB

 RED value IS 255 (100% from 255) = 39.66%

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

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

R = 39.66%
G = 37.33%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFF094 (or 0xFFF094) is known color: Picasso. HEX triplet: FF, F0 and 94. RGB value is (255,240,148). Sum of RGB (Red+Green+Blue) = 255+240+148=643 (85% of max value = 765). Red value is 255 (100% from 255 or 39.66% from 643); Green value is 240 (94.14% from 255 or 37.33% from 643); Blue value is 148 (58.20% from 255 or 23.02% from 643); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF094 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF094 is #000F6B. Grayscale: #EAEAEA. Windows color (decimal): -3948 or 9761023. OLE color: 9761023.

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

Color convert

RGB 255 240 148 -
CMYK 0 0.06 0.42 0
HSL 51.59º 1% 0.79% -
HSV(B) 51.59º 0.42% 1% -
XYZ 77.75 85.72 40.46 -
YUV 234 79.47 142.98 -
System Red Green Blue C M Y K H S L
Decimal 255 240 148 0 0.06 0.42 0 51.59 1 0.79
Hex FF F0 94 0 6 2A 0 34 64 4F
Octal 377 360 224 0 6 52 0 64 144 117
Binary 11111111 11110000 10010100 0 110 101010 0 110100 1100100 1001111

Color Harmonies of #FFF094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF094

Black with #FFF094

Text Example


Text Example

White with #FFF094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF094; }

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

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

background-color css

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

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

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

border-color css

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

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

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