#FFFD12

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

Shades of Yellow #FFFD12

Tints of Yellow #FFFD12

Color information

#FFFD12 (or 0xFFFD12) is unknown color: approx Yellow. HEX triplet: FF, FD and 12. RGB value is (255,253,18). Sum of RGB (Red+Green+Blue) = 255+253+18=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 253 (99.22% from 255 or 48.10% from 526); Blue value is 18 (7.42% from 255 or 3.42% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFD12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FFFD12 is #0002ED. Grayscale: #E3E3E3. Windows color (decimal): -750 or 1244671. OLE color: 1244671.

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

Color convert

RGB25525318-
CMYK00.010.930
HSL59.49º100%53.53%-
HSV(B)59.49º92.94%100%-
XYZ76.4791.5514.21-
YUV226.8110.16148.11-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.48%
GREEN value IS 253 (99.22% from 255) = 48.10%
BLUE value IS 18 (7.42% from 255) = 3.42%
R=48.48%
G=48.10%
B=3.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2552531800.010.93059.4910053.53
HexFFFD12015D03b6436
Octal377375220113507314466
Binary11111111111111011001001101110101110111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFFD12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFFD12; }

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

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

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

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

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

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

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

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