Html Css Color HEX #FDF194 Picasso

📋 copy color: '#FDF194'

red 253 ◦ green 241 ◦ blue 148

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

Shades of Picasso #FDF194

Tints of Picasso #FDF194

RGB

 RED value IS 253 (99.22% from 255) = 39.41%

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

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

R = 39.41%
G = 37.54%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FDF194 (or 0xFDF194) is known color: Picasso. HEX triplet: FD, F1 and 94. RGB value is (253,241,148). Sum of RGB (Red+Green+Blue) = 253+241+148=642 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.41% from 642); Green value is 241 (94.53% from 255 or 37.54% from 642); Blue value is 148 (58.20% from 255 or 23.05% from 642); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF194 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF194 is #020E6B. Grayscale: #EAEAEA. Windows color (decimal): -134764 or 9761277. OLE color: 9761277.

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

Color convert

RGB 253 241 148 -
CMYK 0 0.05 0.42 0.01
HSL 53.14º 0.96% 0.79% -
HSV(B) 53.14º 0.42% 0.99% -
XYZ 77.31 85.93 40.53 -
YUV 233.99 79.48 141.56 -
System Red Green Blue C M Y K H S L
Decimal 253 241 148 0 0.05 0.42 0.01 53.14 0.96 0.79
Hex FD F1 94 0 5 2A 1 35 60 4F
Octal 375 361 224 0 5 52 1 65 140 117
Binary 11111101 11110001 10010100 0 101 101010 1 110101 1100000 1001111

Color Harmonies of #FDF194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF194

Black with #FDF194

Text Example


Text Example

White with #FDF194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF194; }

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

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

background-color css

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

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

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

border-color css

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

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

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