#FDF39C

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

Shades of Pale Prim #FDF39C

Tints of Pale Prim #FDF39C

Color information

#FDF39C (or 0xFDF39C) is unknown color: approx Pale Prim. HEX triplet: FD, F3 and 9C. RGB value is (253,243,156). Sum of RGB (Red+Green+Blue) = 253+243+156=652 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.80% from 652); Green value is 243 (95.31% from 255 or 37.27% from 652); Blue value is 156 (61.33% from 255 or 23.93% from 652); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF39C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF39C is #020C63. Grayscale: #ECECEC. Windows color (decimal): -134244 or 10286077. OLE color: 10286077.

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

Color convert

RGB253243156-
CMYK00.040.380.01
HSL53.81º96.04%80.2%-
HSV(B)53.81º38.34%99.22%-
XYZ78.5687.3844.18-
YUV236.0782.81140.07-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.80%
GREEN value IS 243 (95.31% from 255) = 37.27%
BLUE value IS 156 (61.33% from 255) = 23.93%
R=38.80%
G=37.27%
B=23.93%

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
Decimal25324315600.040.380.0153.8196.0480.2
HexFDF39C04261366050
Octal3753632340446166140120
Binary1111110111110011100111000100100110111011011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF39C; }

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

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

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

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

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

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

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

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