Html Css Color HEX #FDF08D Picasso

📋 copy color: '#FDF08D'

red 253 ◦ green 240 ◦ blue 141

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

Shades of Picasso #FDF08D

Tints of Picasso #FDF08D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 22.24%

R = 39.91%
G = 37.85%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FDF08D (or 0xFDF08D) is known color: Picasso. HEX triplet: FD, F0 and 8D. RGB value is (253,240,141). Sum of RGB (Red+Green+Blue) = 253+240+141=634 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.91% from 634); Green value is 240 (94.14% from 255 or 37.85% from 634); Blue value is 141 (55.47% from 255 or 22.24% from 634); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF08D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF08D is #020F72. Grayscale: #E9E9E9. Windows color (decimal): -135027 or 9302269. OLE color: 9302269.

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

Color convert

RGB 253 240 141 -
CMYK 0 0.05 0.44 0.01
HSL 53.04º 0.97% 0.77% -
HSV(B) 53.04º 0.44% 0.99% -
XYZ 76.48 85.13 37.6 -
YUV 232.6 76.31 142.55 -
System Red Green Blue C M Y K H S L
Decimal 253 240 141 0 0.05 0.44 0.01 53.04 0.97 0.77
Hex FD F0 8D 0 5 2C 1 35 61 4D
Octal 375 360 215 0 5 54 1 65 141 115
Binary 11111101 11110000 10001101 0 101 101100 1 110101 1100001 1001101

Color Harmonies of #FDF08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF08D

Black with #FDF08D

Text Example


Text Example

White with #FDF08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF08D; }

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

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

background-color css

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

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

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

border-color css

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

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

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