Html Css Color HEX #FDF093 Picasso

📋 copy color: '#FDF093'

red 253 ◦ green 240 ◦ blue 147

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

Shades of Picasso #FDF093

Tints of Picasso #FDF093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 22.97%

R = 39.53%
G = 37.5%
B = 22.97%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FDF093 (or 0xFDF093) is known color: Picasso. HEX triplet: FD, F0 and 93. RGB value is (253,240,147). Sum of RGB (Red+Green+Blue) = 253+240+147=640 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.53% from 640); Green value is 240 (94.14% from 255 or 37.5% from 640); Blue value is 147 (57.81% from 255 or 22.97% from 640); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF093 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF093 is #020F6C. Grayscale: #E9E9E9. Windows color (decimal): -135021 or 9695485. OLE color: 9695485.

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

Color convert

RGB 253 240 147 -
CMYK 0 0.05 0.42 0.01
HSL 52.64º 0.96% 0.78% -
HSV(B) 52.64º 0.42% 0.99% -
XYZ 76.93 85.31 40.02 -
YUV 233.29 79.31 142.06 -
System Red Green Blue C M Y K H S L
Decimal 253 240 147 0 0.05 0.42 0.01 52.64 0.96 0.78
Hex FD F0 93 0 5 2A 1 35 60 4E
Octal 375 360 223 0 5 52 1 65 140 116
Binary 11111101 11110000 10010011 0 101 101010 1 110101 1100000 1001110

Color Harmonies of #FDF093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDF093

Black with #FDF093

Text Example


Text Example

White with #FDF093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDF093; }

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

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

background-color css

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

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

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

border-color css

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

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

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