Html Css Color HEX #FDF08E Picasso

📋 copy color: '#FDF08E'

red 253 ◦ green 240 ◦ blue 142

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

Shades of Picasso #FDF08E

Tints of Picasso #FDF08E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 22.36%

R = 39.84%
G = 37.8%
B = 22.36%

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

#FDF08E (or 0xFDF08E) is known color: Picasso. HEX triplet: FD, F0 and 8E. RGB value is (253,240,142). Sum of RGB (Red+Green+Blue) = 253+240+142=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 240 (94.14% from 255 or 37.80% from 635); Blue value is 142 (55.86% from 255 or 22.36% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF08E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF08E is #020F71. Grayscale: #E9E9E9. Windows color (decimal): -135026 or 9367805. OLE color: 9367805.

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

Color convert

RGB 253 240 142 -
CMYK 0 0.05 0.44 0.01
HSL 52.97º 0.97% 0.77% -
HSV(B) 52.97º 0.44% 0.99% -
XYZ 76.55 85.16 37.99 -
YUV 232.72 76.81 142.47 -
System Red Green Blue C M Y K H S L
Decimal 253 240 142 0 0.05 0.44 0.01 52.97 0.97 0.77
Hex FD F0 8E 0 5 2C 1 35 61 4D
Octal 375 360 216 0 5 54 1 65 141 115
Binary 11111101 11110000 10001110 0 101 101100 1 110101 1100001 1001101

Color Harmonies of #FDF08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF08E

Black with #FDF08E

Text Example


Text Example

White with #FDF08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF08E; }

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

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

background-color css

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

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

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

border-color css

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

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

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