Html Css Color HEX #FDF095 Picasso

📋 copy color: '#FDF095'

red 253 ◦ green 240 ◦ blue 149

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

Shades of Picasso #FDF095

Tints of Picasso #FDF095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 23.21%

R = 39.41%
G = 37.38%
B = 23.21%

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

#FDF095 (or 0xFDF095) is known color: Picasso. HEX triplet: FD, F0 and 95. RGB value is (253,240,149). Sum of RGB (Red+Green+Blue) = 253+240+149=642 (85% of max value = 765). Red value is 253 (99.22% from 255 or 39.41% from 642); Green value is 240 (94.14% from 255 or 37.38% from 642); Blue value is 149 (58.59% from 255 or 23.21% from 642); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF095 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF095 is #020F6A. Grayscale: #E9E9E9. Windows color (decimal): -135019 or 9826557. OLE color: 9826557.

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

Color convert

RGB 253 240 149 -
CMYK 0 0.05 0.41 0.01
HSL 52.5º 0.96% 0.79% -
HSV(B) 52.5º 0.41% 0.99% -
XYZ 77.09 85.37 40.85 -
YUV 233.51 80.31 141.9 -
System Red Green Blue C M Y K H S L
Decimal 253 240 149 0 0.05 0.41 0.01 52.5 0.96 0.79
Hex FD F0 95 0 5 29 1 34 60 4F
Octal 375 360 225 0 5 51 1 64 140 117
Binary 11111101 11110000 10010101 0 101 101001 1 110100 1100000 1001111

Color Harmonies of #FDF095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF095

Black with #FDF095

Text Example


Text Example

White with #FDF095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF095; }

 p { color: rgb(253,240,149); }

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

background-color css

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

 a { background-color: rgb(253,240,149); }

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

border-color css

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

 span { border-color: rgb(253,240,149); }

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