Html Css Color HEX #FDF296 Picasso

📋 copy color: '#FDF296'

red 253 ◦ green 242 ◦ blue 150

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

Shades of Picasso #FDF296

Tints of Picasso #FDF296

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.52%

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

R = 39.22%
G = 37.52%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.41

 K value IS 0.01

RGB Variations

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

Color information

#FDF296 (or 0xFDF296) is known color: Picasso. HEX triplet: FD, F2 and 96. RGB value is (253,242,150). Sum of RGB (Red+Green+Blue) = 253+242+150=645 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.22% from 645); Green value is 242 (94.92% from 255 or 37.52% from 645); Blue value is 150 (58.98% from 255 or 23.26% from 645); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF296 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF296 is #020D69. Grayscale: #EBEBEB. Windows color (decimal): -134506 or 9892605. OLE color: 9892605.

HSL color Cylindrical-coordinate representation of color #FDF296: hue angle of 53.59º 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 #FDF296 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 242 150 -
CMYK 0 0.04 0.41 0.01
HSL 53.59º 0.96% 0.79% -
HSV(B) 53.59º 0.41% 0.99% -
XYZ 77.77 86.59 41.47 -
YUV 234.8 80.14 140.98 -
System Red Green Blue C M Y K H S L
Decimal 253 242 150 0 0.04 0.41 0.01 53.59 0.96 0.79
Hex FD F2 96 0 4 29 1 36 60 4F
Octal 375 362 226 0 4 51 1 66 140 117
Binary 11111101 11110010 10010110 0 100 101001 1 110110 1100000 1001111

Color Harmonies of #FDF296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF296

Black with #FDF296

Text Example


Text Example

White with #FDF296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF296; }

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

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

background-color css

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

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

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

border-color css

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

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

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