#FDFE06

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

Shades of Yellow #FDFE06

Tints of Yellow #FDFE06

Color information

#FDFE06 (or 0xFDFE06) is unknown color: approx Yellow. HEX triplet: FD, FE and 06. RGB value is (253,254,6). Sum of RGB (Red+Green+Blue) = 253+254+6=513 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.32% from 513); Green value is 254 (99.61% from 255 or 49.51% from 513); Blue value is 6 (2.73% from 255 or 1.17% from 513); Max value from RGB is 254 - color contains mainly: green. Hex color #FDFE06 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFE06 is #0201F9. Grayscale: #E2E2E2. Windows color (decimal): -131578 or 458493. OLE color: 458493.

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

Color convert

RGB2532546-
CMYK0.0000.980.00
HSL60.24º99.2%50.98%-
HSV(B)60.24º97.64%99.61%-
XYZ75.9891.7813.88-
YUV225.434.17147.67-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.32%
GREEN value IS 254 (99.61% from 255) = 49.51%
BLUE value IS 6 (2.73% from 255) = 1.17%
R=49.32%
G=49.51%
B=1.17%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25325460.0000.980.0060.2499.250.98
HexFDFE6006203c6333
Octal37537660014207414363
Binary111111011111111011000110001001111001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFE06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFE06; }

 p { color: rgb(253,254,6); }

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

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

 a { background-color: rgb(253,254,6); }

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

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

 span { border-color: rgb(253,254,6); }

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