#FDF503

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

Shades of Yellow #FDF503

Tints of Yellow #FDF503

Color information

#FDF503 (or 0xFDF503) is unknown color: approx Yellow. HEX triplet: FD, F5 and 03. RGB value is (253,245,3). Sum of RGB (Red+Green+Blue) = 253+245+3=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 245 (96.09% from 255 or 48.90% from 501); Blue value is 3 (1.56% from 255 or 0.60% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF503 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDF503 is #020AFC. Grayscale: #DCDCDC. Windows color (decimal): -133885 or 259581. OLE color: 259581.

HSL color Cylindrical-coordinate representation of color #FDF503: hue angle of 58.08º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FDF503 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.01.

Color convert

RGB2532453-
CMYK00.030.990.01
HSL58.08º98.43%50.2%-
HSV(B)58.08º98.81%99.22%-
XYZ73.1886.1912.87-
YUV219.85.65151.68-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.50%
GREEN value IS 245 (96.09% from 255) = 48.90%
BLUE value IS 3 (1.56% from 255) = 0.60%
R=50.50%
G=48.90%
B=0.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.99
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253245300.030.990.0158.0898.4350.2
HexFDF53036313a6232
Octal37536530314317214262
Binary111111011111010111011110001111110101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF503; }

 p { color: rgb(253,245,3); }

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

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

 a { background-color: rgb(253,245,3); }

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

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

 span { border-color: rgb(253,245,3); }

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