#FDF39D

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

Shades of Pale Prim #FDF39D

Tints of Pale Prim #FDF39D

Color information

#FDF39D (or 0xFDF39D) is unknown color: approx Pale Prim. HEX triplet: FD, F3 and 9D. RGB value is (253,243,157). Sum of RGB (Red+Green+Blue) = 253+243+157=653 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.74% from 653); Green value is 243 (95.31% from 255 or 37.21% from 653); Blue value is 157 (61.72% from 255 or 24.04% from 653); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF39D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF39D is #020C62. Grayscale: #ECECEC. Windows color (decimal): -134243 or 10351613. OLE color: 10351613.

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

Color convert

RGB253243157-
CMYK00.040.380.01
HSL53.75º96%80.39%-
HSV(B)53.75º37.94%99.22%-
XYZ78.6487.4244.63-
YUV236.1983.31139.99-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.74%
GREEN value IS 243 (95.31% from 255) = 37.21%
BLUE value IS 157 (61.72% from 255) = 24.04%
R=38.74%
G=37.21%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.38
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324315700.040.380.0153.759680.39
HexFDF39D04261366050
Octal3753632350446166140120
Binary1111110111110011100111010100100110111011011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF39D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF39D; }

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

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

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

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

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

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

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

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