Html Css Color HEX #FDF196 Picasso

📋 copy color: '#FDF196'

red 253 ◦ green 241 ◦ blue 150

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

Shades of Picasso #FDF196

Tints of Picasso #FDF196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 23.29%

R = 39.29%
G = 37.42%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FDF196 (or 0xFDF196) is known color: Picasso. HEX triplet: FD, F1 and 96. RGB value is (253,241,150). Sum of RGB (Red+Green+Blue) = 253+241+150=644 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.29% from 644); Green value is 241 (94.53% from 255 or 37.42% from 644); Blue value is 150 (58.98% from 255 or 23.29% from 644); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF196 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF196 is #020E69. Grayscale: #EAEAEA. Windows color (decimal): -134762 or 9892349. OLE color: 9892349.

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

Color convert

RGB 253 241 150 -
CMYK 0 0.05 0.41 0.01
HSL 53.01º 0.96% 0.79% -
HSV(B) 53.01º 0.41% 0.99% -
XYZ 77.47 86 41.37 -
YUV 234.21 80.48 141.4 -
System Red Green Blue C M Y K H S L
Decimal 253 241 150 0 0.05 0.41 0.01 53.01 0.96 0.79
Hex FD F1 96 0 5 29 1 35 60 4F
Octal 375 361 226 0 5 51 1 65 140 117
Binary 11111101 11110001 10010110 0 101 101001 1 110101 1100000 1001111

Color Harmonies of #FDF196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF196

Black with #FDF196

Text Example


Text Example

White with #FDF196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF196; }

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

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

background-color css

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

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

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

border-color css

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

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

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