#FDF399

Color #FDF399 Pale Prim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Prim #FDF399

Tints of Pale Prim #FDF399

Color information

#FDF399 (or 0xFDF399) is unknown color: approx Pale Prim. HEX triplet: FD, F3 and 99. RGB value is (253,243,153). Sum of RGB (Red+Green+Blue) = 253+243+153=649 (85% of max value = 765). Red value is 253 (99.22% from 255 or 38.98% from 649); Green value is 243 (95.31% from 255 or 37.44% from 649); Blue value is 153 (60.16% from 255 or 23.57% from 649); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF399 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF399 is #020C66. Grayscale: #ECECEC. Windows color (decimal): -134247 or 10089469. OLE color: 10089469.

HSL color Cylindrical-coordinate representation of color #FDF399: hue angle of 54º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FDF399 is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB253243153-
CMYK00.040.400.01
HSL54º96.15%79.61%-
HSV(B)54º39.53%99.22%-
XYZ78.3187.2842.86-
YUV235.7381.31140.32-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.98%
GREEN value IS 243 (95.31% from 255) = 37.44%
BLUE value IS 153 (60.16% from 255) = 23.57%
R=38.98%
G=37.44%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324315300.040.400.015496.1579.61
HexFDF39904281366050
Octal3753632310450166140120
Binary1111110111110011100110010100101000111011011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF399; }

 p { color: rgb(253,243,153); }

 H1.HeaderClassName
 {
   color: #FDF399;
 }
 .AnyTagClassName
 {
   color: #FDF399;
 }
</style>
background-color css

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

 a { background-color: rgb(253,243,153); }

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

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

 span { border-color: rgb(253,243,153); }

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