Html Css Color HEX #FFF194 Picasso

📋 copy color: '#FFF194'

red 255 ◦ green 241 ◦ blue 148

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

Shades of Picasso #FFF194

Tints of Picasso #FFF194

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.42%

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

R = 39.6%
G = 37.42%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0

RGB Variations

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

Color information

#FFF194 (or 0xFFF194) is known color: Picasso. HEX triplet: FF, F1 and 94. RGB value is (255,241,148). Sum of RGB (Red+Green+Blue) = 255+241+148=644 (85% of max value = 765). Red value is 255 (100% from 255 or 39.60% from 644); Green value is 241 (94.53% from 255 or 37.42% from 644); Blue value is 148 (58.20% from 255 or 22.98% from 644); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF194 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FFF194 is #000E6B. Grayscale: #EAEAEA. Windows color (decimal): -3692 or 9761279. OLE color: 9761279.

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

Color convert

RGB 255 241 148 -
CMYK 0 0.05 0.42 0
HSL 52.15º 1% 0.79% -
HSV(B) 52.15º 0.42% 1% -
XYZ 78.04 86.31 40.56 -
YUV 234.58 79.14 142.56 -
System Red Green Blue C M Y K H S L
Decimal 255 241 148 0 0.05 0.42 0 52.15 1 0.79
Hex FF F1 94 0 5 2A 0 34 64 4F
Octal 377 361 224 0 5 52 0 64 144 117
Binary 11111111 11110001 10010100 0 101 101010 0 110100 1100100 1001111

Color Harmonies of #FFF194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFF194

Black with #FFF194

Text Example


Text Example

White with #FFF194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFF194; }

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

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

background-color css

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

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

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

border-color css

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

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

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