#FDFC12

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

Shades of Yellow #FDFC12

Tints of Yellow #FDFC12

Color information

#FDFC12 (or 0xFDFC12) is unknown color: approx Yellow. HEX triplet: FD, FC and 12. RGB value is (253,252,18). Sum of RGB (Red+Green+Blue) = 253+252+18=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 252 (98.83% from 255 or 48.18% from 523); Blue value is 18 (7.42% from 255 or 3.44% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FDFC12 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDFC12 is #0203ED. Grayscale: #E2E2E2. Windows color (decimal): -132078 or 1244413. OLE color: 1244413.

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

Color convert

RGB25325218-
CMYK00.000.930.01
HSL59.74º98.33%53.14%-
HSV(B)59.74º92.89%99.22%-
XYZ75.4390.5514.07-
YUV225.6210.83147.53-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.37%
GREEN value IS 252 (98.83% from 255) = 48.18%
BLUE value IS 18 (7.42% from 255) = 3.44%
R=48.37%
G=48.18%
B=3.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.93
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532521800.000.930.0159.7498.3353.14
HexFDFC12005D13c6235
Octal375374220013517414265
Binary11111101111111001001000101110111111001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDFC12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDFC12; }

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

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

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

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

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

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

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

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