#FDFF00

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

Shades of Yellow #FDFF00

Tints of Yellow #FDFF00

Color information

#FDFF00 (or 0xFDFF00) is unknown color: approx Yellow. HEX triplet: FD, FF and 00. RGB value is (253,255,0). Sum of RGB (Red+Green+Blue) = 253+255+0=508 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.80% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 0 (0.39% from 255 or 0% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF00 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFF00 is #0200FF. Grayscale: #E2E2E2. Windows color (decimal): -131328 or 65533. OLE color: 65533.

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

Color convert

RGB2532550-
CMYK0.01010
HSL60.47º100%50%-
HSV(B)60.47º100%100%-
XYZ76.2792.413.82-
YUV225.330.84147.73-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.80%
GREEN value IS 255 (100% from 255) = 50.20%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.80%
G=50.20%
B=0%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25325500.0101060.4710050
HexFDFF0106403c6432
Octal37537701014407414462
Binary1111110111111111010110010001111001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFF00; }

 p { color: rgb(253,255,0); }

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

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

 a { background-color: rgb(253,255,0); }

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

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

 span { border-color: rgb(253,255,0); }

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