#FDF39B

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

Shades of Pale Prim #FDF39B

Tints of Pale Prim #FDF39B

Color information

#FDF39B (or 0xFDF39B) is unknown color: approx Pale Prim. HEX triplet: FD, F3 and 9B. RGB value is (253,243,155). Sum of RGB (Red+Green+Blue) = 253+243+155=651 (86% of max value = 765). Red value is 253 (99.22% from 255 or 38.86% from 651); Green value is 243 (95.31% from 255 or 37.33% from 651); Blue value is 155 (60.94% from 255 or 23.81% from 651); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF39B is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDF39B is #020C64. Grayscale: #ECECEC. Windows color (decimal): -134245 or 10220541. OLE color: 10220541.

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

Color convert

RGB253243155-
CMYK00.040.390.01
HSL53.88º96.08%80%-
HSV(B)53.88º38.74%99.22%-
XYZ78.4887.3543.73-
YUV235.9682.31140.16-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 38.86%
GREEN value IS 243 (95.31% from 255) = 37.33%
BLUE value IS 155 (60.94% from 255) = 23.81%
R=38.86%
G=37.33%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25324315500.040.390.0153.8896.0880
HexFDF39B04271366050
Octal3753632330447166140120
Binary1111110111110011100110110100100111111011011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF39B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF39B; }

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

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

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

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

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

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

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

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